altos: Add debounce helper. Use in button and quadrature drivers for TeleLCO
[fw/altos] / src / telelco-v0.2 / Makefile
index cc6e62c4a2502480e1be827ba645d697515104eb..42a5a7ee1130631e4cfaba5495b125575ed2f2b4 100644 (file)
@@ -21,6 +21,7 @@ INC = \
        ao_radio_spi.h \
        ao_radio_cmac.h \
        ao_cc1120_CC1120.h \
+       ao_debounce.h \
        stm32l.h
 
 #
@@ -59,6 +60,7 @@ ALTOS_SRC = \
        ao_fec_tx.c \
        ao_fec_rx.c \
        ao_seven_segment.c \
+       ao_debounce.c \
        ao_quadrature.c \
        ao_button.c \
        ao_event.c \