altos: Pull igniter pins low as soon as possible at boot time
[fw/altos] / src / ao_pins.h
index bc9bdcb9ce03cc3c91beb49512749f646980b7e9..bc07ad54ff26a8b8b250b6c44449ca156e6cad58 100644 (file)
@@ -97,7 +97,7 @@
        #define HAS_IGNITE              0
 #endif
 
-#if defined(TELEMINI_V_0_1)
+#if defined(TELEMINI_V_1_0)
        #define HAS_FLIGHT              1
        #define HAS_USB                 0
        #define HAS_BEEP                0
        #define SPI_CS_ON_P1            1
        #define SPI_CS_ON_P0            0
        #define HAS_IGNITE              0
+       #define BT_LINK_ON_P2           1
+       #define BT_LINK_ON_P1           0
+       #define BT_LINK_PIN_INDEX       7
+       #define BT_LINK_PIN             P2_1
 #endif
 
 #if defined(TELEBT_V_0_1)
        #define HAS_FLIGHT              0
        #define HAS_USB                 1
-       #define HAS_BEEP                0
+       #define HAS_BEEP                1
        #define HAS_SERIAL_1            1
+       #define HAS_SERIAL_1_ALT_1      1
+       #define HAS_SERIAL_1_ALT_2      0
+       #define HAS_SERIAL_1_HW_FLOW    1
        #define USE_SERIAL_STDIN        1
        #define HAS_ADC                 0
        #define HAS_DBG                 1
        #define M25_MAX_CHIPS           1
        #define HAS_ACCEL               0
        #define HAS_IGNITE              0
+       #define BT_LINK_ON_P2           0
+       #define BT_LINK_ON_P1           1
+       #define BT_LINK_PIN_INDEX       7
+       #define BT_LINK_PIN             P1_7
 #endif
 
 #if DBG_ON_P1