altos: Add bit-bang i2c driver
[fw/altos] / src / telelcotwo-v0.1 / ao_pins.h
index 714a5c3a02c40d0c5c2fc206bbd33bb01a14a8c8..cf93976e43e32f3a2e457350cd557dfc4a8fa282 100644 (file)
@@ -51,6 +51,9 @@
 #define HAS_USB                        1
 #define HAS_BEEP               1
 #define BEEPER_CHANNEL         4
+#define BEEPER_TIMER           3
+#define BEEPER_PORT            (&stm_gpiob)
+#define BEEPER_PIN             1
 #define HAS_RADIO              1
 #define HAS_RADIO_RATE         1
 #define HAS_TELEMETRY          0
                                 AO_LED_CONTINUITY_0 |  \
                                 AO_LED_REMOTE_ARM)
 
+#define AO_LCO_DRAG            0
+
 /*
  * Use event queue for input devices
  */