HADIE - High Altitude Digital Imaging Experiment - ssdv encoder / transmitter
 
 
Go to file
Philip Heron eb2cce95bd Prevent rtx_wait() returning when txlen is being updated (non atomic) 2010-06-16 23:19:04 +01:00
.gitignore
LICENSE
Makefile
PINS
README
config.h
hadie.c Test PGM string TX 2010-06-16 21:56:34 +01:00
rs8.h
rs8encode.c
rtty.c Prevent rtx_wait() returning when txlen is being updated (non atomic) 2010-06-16 23:19:04 +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.