HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron 908f4f46dd Make local variables static 2010-06-30 22:05:47 +01:00
.gitignore
LICENSE
Makefile
PINS
README
c328.c Fixups 2010-06-29 22:23:58 +01:00
c328.h Fixups 2010-06-29 22:23:58 +01:00
config.h
hadie.c
rs8.h
rs8encode.c
rtty.c Make local variables static 2010-06-30 22:05:47 +01:00
rtty.h

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.