altos: Signal ascent using P1_2 (0 = ascent, 1 = other)
[fw/altos] / src / ao_pins.h
index 4a03ca508ae9ab628ce17d554ec37c7c502b6243..86389c174119f91fa5384fe2dec6653f9a803c77 100644 (file)
        #define M25_MAX_CHIPS           1
        #define HAS_ACCEL               1
        #define HAS_IGNITE              1
+
+       #define ASCENT_SIGNAL           P1_2    /* Use CS1 to signal ascent */
+       #define ASCENT_SIGNAL_DIR       P1DIR
+       #define ASCENT_SIGNAL_SEL       P1SEL
+       #define ASCENT_SIGNAL_PIN       2
 #endif
 
 #if defined(TELEDONGLE_V_0_2)