VR/Hall all options should be obvious https://github.com/rusefi/alphax-8chan/issues/80 (#5177)
This commit is contained in:
parent
1d91306157
commit
88492ca398
|
@ -47,7 +47,7 @@ pins:
|
|||
type: gnd
|
||||
|
||||
- pin: 8A
|
||||
function: Crank VR
|
||||
function: Crank VR (configurable VR or HALL with pull-up)
|
||||
# USB1ID
|
||||
id: A10
|
||||
class: event_inputs
|
||||
|
@ -169,7 +169,7 @@ pins:
|
|||
color: orange
|
||||
|
||||
- pin: 23A
|
||||
function: Hall Input 1 (configurable pull-up/pull-down)
|
||||
function: Hall Input 1 (configurable pull-up/pull-down, with hysteresis)
|
||||
# IN_CAM
|
||||
id: A6
|
||||
class: event_inputs
|
||||
|
@ -206,14 +206,14 @@ pins:
|
|||
color: purple
|
||||
|
||||
- pin: 30A
|
||||
function: Hall Input 2 (5v pull-up)
|
||||
function: Hall Input 2 (5v pull-up, with hysteresis)
|
||||
# IN_DIG10
|
||||
id: E14
|
||||
class: event_inputs
|
||||
ts_name: 30A - Hall Input 2
|
||||
|
||||
- pin: 31A
|
||||
function: Hall Input 3
|
||||
function: Hall Input 3 (5v pull-up, with hysteresis)
|
||||
# IN_DIG11
|
||||
id: E15
|
||||
class: event_inputs
|
||||
|
@ -285,7 +285,7 @@ pins:
|
|||
# H144_IN_SENS1
|
||||
id: F3
|
||||
class: switch_inputs
|
||||
function: Digital Input 2
|
||||
function: Digital Input 2 (configurable pull-up/pull-down, no hysteresis)
|
||||
type: hall
|
||||
ts_name: 14B - Digital In 2
|
||||
color: green
|
||||
|
@ -294,7 +294,7 @@ pins:
|
|||
# H144_IN_SENS2
|
||||
id: F4
|
||||
class: switch_inputs
|
||||
function: Digital Input 3
|
||||
function: Digital Input 3 (configurable pull-up/pull-down, no hysteresis)
|
||||
type: hall
|
||||
ts_name: 15B - Digital In 3
|
||||
color: green
|
||||
|
@ -303,7 +303,7 @@ pins:
|
|||
# H144_IN_SENS3
|
||||
id: F5
|
||||
class: switch_inputs
|
||||
function: Digital Input 4
|
||||
function: Digital Input 4 (configurable pull-up/pull-down, no hysteresis)
|
||||
type: hall
|
||||
ts_name: 16B - Digital In 4
|
||||
color: green
|
||||
|
@ -312,7 +312,7 @@ pins:
|
|||
# H144_GP2
|
||||
id: D2
|
||||
class: switch_inputs
|
||||
function: Digital Input Flex
|
||||
function: Digital Input Flex (5v pull-up, with hysteresis)
|
||||
type: hall
|
||||
ts_name: 17B - Digital In Flex
|
||||
color: green
|
||||
|
|
|
@ -4,8 +4,9 @@ pins:
|
|||
type: etb
|
||||
color: purple
|
||||
|
||||
|
||||
- pin: 5C
|
||||
function: Hall Input 4
|
||||
function: Hall Input 4 (5v pull-up, with hysteresis)
|
||||
# H144_IN_MAP3_DIGITAL
|
||||
id: A2
|
||||
class: event_inputs
|
||||
|
@ -30,13 +31,18 @@ pins:
|
|||
color: purple
|
||||
|
||||
|
||||
- pin: 13C
|
||||
function: 2-Step/Generic Digital Input (configurable pull-up/pull-down, no hysteresis)
|
||||
# IN_2STEP
|
||||
id: E0
|
||||
class: event_inputs
|
||||
ts_name: 13C - 2-Step Input
|
||||
|
||||
- pin: 14C
|
||||
function: Power Ground
|
||||
color: black
|
||||
type: gnd
|
||||
|
||||
|
||||
|
||||
- pin: 15C
|
||||
# H144_IN_TPS AIN17 PA4
|
||||
id: EFI_ADC_4
|
||||
|
@ -53,7 +59,6 @@ pins:
|
|||
ts_name: 24C - TPS2
|
||||
color: orange
|
||||
|
||||
|
||||
- pin: 17C
|
||||
function: Power Ground
|
||||
color: black
|
||||
|
@ -95,6 +100,7 @@ pins:
|
|||
ts_name: 21C - Ignition 5
|
||||
color: yellow
|
||||
|
||||
|
||||
- pin: 25C
|
||||
function: Analog Ground
|
||||
color: black
|
||||
|
|
Loading…
Reference in New Issue