diff options
Diffstat (limited to 'src/ao_pins.h')
-rw-r--r-- | src/ao_pins.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ao_pins.h b/src/ao_pins.h index 4a03ca50..86389c17 100644 --- a/src/ao_pins.h +++ b/src/ao_pins.h @@ -72,6 +72,11 @@ #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) |