HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 3358b83035 Update gitignore 2010-06-07 12:46:10 +01:00
.gitignore Update gitignore 2010-06-07 12:46:10 +01:00
LICENSE Add LICENSE file, GPL2+ 2010-06-07 12:06:50 +01:00
Makefile Update gitignore, add Makefile and hadie.c files 2010-06-07 12:45:35 +01:00
README Initial commit 2010-06-07 12:02:43 +01:00
hadie.c Update gitignore, add Makefile and hadie.c files 2010-06-07 12:45:35 +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.