altos: Add debounce helper. Use in button and quadrature drivers for TeleLCO
[fw/altos] / src / telelco-v0.2 / Makefile
index 582dbd06f1ada2d6706c7a13bf00384b3b3ff19c..42a5a7ee1130631e4cfaba5495b125575ed2f2b4 100644 (file)
@@ -20,6 +20,8 @@ INC = \
        ao_lco_func.h \
        ao_radio_spi.h \
        ao_radio_cmac.h \
+       ao_cc1120_CC1120.h \
+       ao_debounce.h \
        stm32l.h
 
 #
@@ -58,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 \