HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 6b51e6ae07 Add Reed-Solomon encoder 2010-06-07 12:25:55 +01:00
.gitignore Some git housekeeping 2010-06-07 12:23:36 +01:00
LICENSE Add LICENSE file, GPL2+ 2010-06-07 12:06:50 +01:00
README Initial commit 2010-06-07 12:02:43 +01:00
rs8.h Add Reed-Solomon encoder 2010-06-07 12:25:55 +01:00
rs8encode.c Add Reed-Solomon encoder 2010-06-07 12:25:55 +01:00

README

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.