summaryrefslogtreecommitdiff
path: root/ao_teleterra.c
Commit message (Collapse)AuthorAge
* Add configuration supportKeith Packard2009-04-26
| | | | | | | | | | | Current config variables: Main deploy altitude above launch (in meters) Acceleration zero g calibration (manual or automatic) Radio channel (freq = 435.550MHz + channel * 100kHz) Callsign (max 8 characters) Supporting this involved shuffling code around so that the non-telemetrum builds could include only the stuff they needed.
* Make LED usage depend on target deviceKeith Packard2009-04-25
|
* Fix up fancy dbg stuff. Add teleterra initial bits.Keith Packard2009-04-21
The dbg stuff needed a bit of help to actually walk the tables; it appears that complex expressions confuse sdcc. This also adds primitive teleterra bits, but no UI, etc. Signed-off-by: Keith Packard <keithp@keithp.com>