summaryrefslogtreecommitdiff
path: root/ao_teleterra.c
Commit message (Collapse)AuthorAge
* Enable radio monitor by default in teleterra, teledongle and tidongleKeith Packard2009-05-13
| | | | | | | These ground loads want to monitor the radio constantly, and not require use of the 'm' command before listening. Signed-off-by: Keith Packard <keithp@keithp.com>
* Indicate RSSI with a blinking LEDKeith Packard2009-05-13
| | | | | | Blink the red LED at a rate proportional to the RSSI value. Signed-off-by: Keith Packard <keithp@keithp.com>
* 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>