This commit is contained in:
parent
46ce22d790
commit
29488370d9
|
@ -139,6 +139,8 @@ void setBoardDefaultConfiguration(void) {
|
|||
engineConfiguration->fanPin = GPIOD_12; // OUT_PWM8
|
||||
engineConfiguration->mainRelayPin = GPIO_UNASSIGNED;
|
||||
|
||||
CONFIG(starterControlPin) = H176_OUT_IO10;
|
||||
|
||||
// "required" hardware is done - set some reasonable defaults
|
||||
setupDefaultSensorInputs();
|
||||
|
||||
|
|
|
@ -198,7 +198,11 @@ pins:
|
|||
function: proto via
|
||||
|
||||
- pin: D3
|
||||
function: proto via
|
||||
id: GPIOI_0
|
||||
class: outputs
|
||||
ts_name: D3 - Starter Enable
|
||||
function: low side relay control
|
||||
type: ls
|
||||
|
||||
- pin: D4
|
||||
function: NC
|
||||
|
|
|
@ -27,5 +27,8 @@
|
|||
#define H176_OUT_PWM2 GPIOC_6
|
||||
#define H176_OUT_PWM3 GPIOC_7
|
||||
|
||||
#define H176_OUT_IO9 GPIOI_1
|
||||
#define H176_OUT_IO10 GPIOI_0
|
||||
|
||||
#define H176_CAN_RX GPIOD_0
|
||||
#define H176_CAN_TX GPIOD_1
|
||||
|
|
Loading…
Reference in New Issue