File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 100100#define ADC_VBAT_PIN PC0
101101#define ADC_CURR_PIN PC1
102102
103- #define PINIO1_PIN PE2
104- #define PINIO2_PIN PC13
105-
106103#define TIMER_PIN_MAPPING \
107104 TIMER_PIN_MAP(0, BEEPER_PIN, 1, -1) \
108105 TIMER_PIN_MAP(1, MOTOR1_PIN, 1, 0) \
132129#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
133130#define DEFAULT_VOLTAGE_METER_SCALE 210
134131
135- #define PINIO1_BOX 40
136- #define PINIO2_BOX 41
132+ #define PINIO1_PIN PE2
133+ #define PINIO2_PIN PC13
134+ #define PINIO3_PIN PC14
135+ #define PINIO4_PIN PC15
136+
137+ #define PINIO1_BOX 40
138+ #define PINIO1_CONFIG 129
139+
140+ #define PINIO2_BOX 41
141+ #define PINIO2_CONFIG 129
142+
143+ #define PINIO3_BOX 42
144+ #define PINIO3_CONFIG 129
145+ #define BOX_USER3_NAME "12V BEC"
146+
147+ #define PINIO4_BOX 43
148+ #define PINIO4_CONFIG 129
149+ #define BOX_USER4_NAME "CAM 1,2"
137150
138151#define BEEPER_INVERTED
You can’t perform that action at this time.
0 commit comments