HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 98c38ca9e1 Workaround compiler bug, and other cleanups. 2010-07-09 16:27:19 +01:00
.gitignore
LICENSE
Makefile Add C328 support functions 2010-06-29 16:46:13 +01:00
PINS Move pins descriptions to PINS file 2010-06-08 11:45:12 +01:00
README
c328.c Workaround compiler bug, and other cleanups. 2010-07-09 16:27:19 +01:00
c328.h Fixups 2010-06-29 22:23:58 +01:00
config.h
hadie.c Workaround compiler bug, and other cleanups. 2010-07-09 16:27:19 +01:00
rs8.h
rs8encode.c Move reed-solomon tables into PROGMEM 2010-06-16 23:19:58 +01:00
rtty.c Make local variables static 2010-06-30 22:05:47 +01:00
rtty.h Move things about a bit 2010-06-16 22:36:30 +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.