From 135d2ef40a09aefb61a717492f011f3fceff9b2f Mon Sep 17 00:00:00 2001 From: Philip Heron Date: Mon, 7 Jun 2010 12:02:43 +0100 Subject: [PATCH] Initial commit --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e0c1d6d --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +HADIE - High Altitude Digital Imaging Experiment +------------------------------------------------ + +This is the software used on the Hadie flight computer. It's been written +for an ATmega644P clocked at 7.3728MHz but should be easy enough to adapt +to other AVR microcontrollers. + +Requires avr-gcc to compile. +