HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron d841092e74 Interrupt driven RTTY 2010-06-16 21:02:24 +01:00
.gitignore
LICENSE
Makefile Add rtty to the makefile 2010-06-08 09:05:47 +01:00
PINS Move pins descriptions to PINS file 2010-06-08 11:45:12 +01:00
README
config.h Move RTTY_BAUD define into config.h 2010-06-08 11:28:37 +01:00
hadie.c Interrupt driven RTTY 2010-06-16 21:02:24 +01:00
rs8.h
rs8encode.c Add config.h file 2010-06-07 13:10:32 +01:00
rtty.c Interrupt driven RTTY 2010-06-16 21:02:24 +01:00
rtty.h Interrupt driven RTTY 2010-06-16 21:02:24 +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.