X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao_pins.h;fp=src%2Fao_pins.h;h=86389c174119f91fa5384fe2dec6653f9a803c77;hb=29e59e4a1041e20fb10aac8715191bde4ab178d1;hp=4a03ca508ae9ab628ce17d554ec37c7c502b6243;hpb=252b7e63715f48e99d0eb26faf1690c909dd2bb2;p=fw%2Faltos 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)