altos: Make quadrature debounce per-pin rather than per-device
[fw/altos] / src / telelco-v0.2 / ao_pins.h
index d86782f3393b4d64754dc350490ba7cc0a43fc5e..a6fd4ff8fc2c681412025d8a03795c4fd5dfb434 100644 (file)
@@ -43,6 +43,8 @@
 
 #define HAS_EEPROM             1
 #define USE_INTERNAL_FLASH     1
+#define USE_EEPROM_CONFIG      1
+#define USE_STORAGE_CONFIG     0
 #define HAS_USB                        1
 #define HAS_BEEP               1
 #define HAS_RADIO              1
@@ -70,6 +72,8 @@
 #define PACKET_HAS_SLAVE       0
 #define PACKET_HAS_MASTER      0
 
+#define FAST_TIMER_FREQ                10000   /* .1ms for debouncing */
+
 /*
  * Radio is a cc1120 connected via SPI
  */