summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab72b413..d574c67c 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,8 @@ TELE_COMMON_SRC = \
# Receiver code
#
TELE_RECEIVER_SRC =\
- ao_monitor.c
+ ao_monitor.c \
+ ao_rssi.c
#
# Shared Tele drivers (on TeleMetrum, TeleTerra, TeleDongle)