X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelefireone-v1.0%2Fao_pins.h;h=cd8eb65861d3b4b7d8bc460a3fa489524c1246fd;hb=e38e1a2f735a1bb4aebf0817cdd99a05567c6340;hp=15b158effc9ce12f21aac2d2a357a78f39b2a712;hpb=dbc52686c6d9808275c35e0c9c987cbbd9f7859d;p=fw%2Faltos diff --git a/src/telefireone-v1.0/ao_pins.h b/src/telefireone-v1.0/ao_pins.h index 15b158ef..cd8eb658 100644 --- a/src/telefireone-v1.0/ao_pins.h +++ b/src/telefireone-v1.0/ao_pins.h @@ -25,7 +25,7 @@ #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 @@ -35,13 +35,15 @@ #define HAS_EEPROM 1 #define HAS_LOG 1 #define HAS_PAD 1 -#define USE_INTERNAL_FLASH 1 +#define USE_INTERNAL_FLASH 0 #define IGNITE_ON_P0 0 #define PACKET_HAS_MASTER 0 #define PACKET_HAS_SLAVE 0 #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 */ @@ -191,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 @@ -199,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