X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelefireone-v1.0%2Fao_pins.h;h=cd8eb65861d3b4b7d8bc460a3fa489524c1246fd;hb=d31fda73fef37cf6a9e449c99f3197b713b93acb;hp=b2f5a5ab827920451f30ea960150c13cd5941829;hpb=d0053c5e2cc7b75b642ff4727a1ef874d323db9d;p=fw%2Faltos diff --git a/src/telefireone-v1.0/ao_pins.h b/src/telefireone-v1.0/ao_pins.h index b2f5a5ab..cd8eb658 100644 --- a/src/telefireone-v1.0/ao_pins.h +++ b/src/telefireone-v1.0/ao_pins.h @@ -25,8 +25,9 @@ #define HAS_FLIGHT 0 #define HAS_USB 1 -#define HAS_BEEP 1 +#define HAS_BEEP 0 #define BEEPER_CHANNEL 4 +#define BEEPER_TIMER 3 #define HAS_GPS 0 #define HAS_SERIAL_1 0 #define HAS_ADC 1 @@ -41,6 +42,8 @@ #define AO_DATA_RING 32 #define HAS_FIXED_PAD_BOX 1 +#define AO_LOG_FORMAT AO_LOG_FORMAT_TELEFIRETWO + #define LOG_ERASE_MARK 0x55 /* 8MHz High speed external crystal */ @@ -190,6 +193,8 @@ #define AO_ADC_FIRST_PIN 0 +#define AO_ADC_REFERENCE_DV 33 + #define AO_NUM_ADC 5 #define AO_ADC_SQ1 AO_PAD_ADC_0 @@ -198,6 +203,17 @@ #define AO_ADC_SQ4 AO_PAD_ADC_THRUST #define AO_ADC_SQ5 AO_PAD_ADC_PRESSURE +#define AO_PAD_R_V_BATT_BATT_SENSE 200 +#define AO_PAD_R_BATT_SENSE_GND 22 + +#define AO_PAD_R_V_BATT_V_PYRO 200 +#define AO_PAD_R_V_PYRO_PYRO_SENSE 200 +#define AO_PAD_R_PYRO_SENSE_GND 22 + +#undef AO_PAD_R_V_PYRO_IGNITER +#define AO_PAD_R_IGNITER_IGNITER_SENSE 200 +#define AO_PAD_R_IGNITER_SENSE_GND 22 + #define AO_PYRO_R_PYRO_SENSE 200 #define AO_PYRO_R_SENSE_GND 22