yaml update for NA6 MCU144 (#4595)
I was unsure on how to proceed with the actual pin id and how duplicates would effect it. I added this to https://github.com/rusefi/very-serious-business/issues/228 but received no answer and appear to have been removed. Im pushing anyhow.
This commit is contained in:
parent
b41a614113
commit
39e2c55fec
|
@ -33,7 +33,13 @@ pins:
|
|||
- pin: 1G
|
||||
id: I8
|
||||
class: outputs
|
||||
ts_name: 1G - Ignition 1 & 4
|
||||
ts_name: 1G - Ignition 1 & 4 (rev C)
|
||||
type: ign
|
||||
|
||||
- pin: 1G
|
||||
id: C13
|
||||
class: outputs
|
||||
ts_name: 1G - Ignition 1 & 4 (rev D)
|
||||
type: ign
|
||||
|
||||
- pin: 1H
|
||||
|
@ -200,7 +206,13 @@ pins:
|
|||
- pin: 3I
|
||||
id: I0
|
||||
class: outputs
|
||||
ts_name: Tachometer
|
||||
ts_name: Tachometer (rev C)
|
||||
function: tachometer
|
||||
|
||||
- pin: 3I
|
||||
id: G12
|
||||
class: outputs
|
||||
ts_name: Tachometer (rev D)
|
||||
function: tachometer
|
||||
|
||||
- pin: 3K
|
||||
|
|
Loading…
Reference in New Issue