diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-13 14:29:30 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-13 14:29:30 -0700 |
commit | d085d43701e3cdd2119e947a9ae45baa78c80318 (patch) | |
tree | f4cf3593945017deeb21cb234760563fa1c9c455 /ao_teleterra.c | |
parent | 055331d5f7d5adc40c348c3efd331a562dcda82a (diff) |
Indicate RSSI with a blinking LED
Blink the red LED at a rate proportional to the RSSI value.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao_teleterra.c')
-rw-r--r-- | ao_teleterra.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao_teleterra.c b/ao_teleterra.c index b5ab4857..ed72cd4b 100644 --- a/ao_teleterra.c +++ b/ao_teleterra.c @@ -35,6 +35,7 @@ main(void) ao_serial_init(); ao_gps_init(); ao_monitor_init(AO_LED_GREEN); + ao_monitor_init(AO_LED_RED); ao_radio_init(); ao_dbg_init(); ao_config_init(); |