summaryrefslogtreecommitdiff
path: root/ao_telemetrum.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-05-13 14:29:30 -0700
committerKeith Packard <keithp@keithp.com>2009-05-13 14:29:30 -0700
commitd085d43701e3cdd2119e947a9ae45baa78c80318 (patch)
treef4cf3593945017deeb21cb234760563fa1c9c455 /ao_telemetrum.c
parent055331d5f7d5adc40c348c3efd331a562dcda82a (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_telemetrum.c')
-rw-r--r--ao_telemetrum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao_telemetrum.c b/ao_telemetrum.c
index d5d01f16..097b15d7 100644
--- a/ao_telemetrum.c
+++ b/ao_telemetrum.c
@@ -43,6 +43,7 @@ main(void)
ao_telemetry_init();
ao_radio_init();
ao_monitor_init(AO_LED_GREEN);
+ ao_rssi_init(AO_LED_RED);
ao_igniter_init();
ao_dbg_init();
ao_config_init();