only: colors

This commit is contained in:
andreyb 2023-07-11 14:19:46 -07:00
parent 995692f324
commit 2d9c33035a
5 changed files with 19 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pins:
function: Digital trigger/switch input for instance Hall type CAM
ts_name: Digital 2
type: din
color: green
- pin: 2
id: [E12, E12]
@ -12,6 +13,7 @@ pins:
function: Digital trigger/switch input for instance VSS
ts_name: Digital 3
type: din
color: white
- pin: 3
id: [E14, E14]
@ -66,6 +68,7 @@ pins:
function: Digital trigger/switch input
ts_name: Digital 1
type: din
color: yellow
- pin: 11
id: [E15, E15]

View File

@ -134,6 +134,7 @@ pins:
class: outputs
ts_name: Lowside 10
type: ls
color: white
- pin: 21
id: B8
@ -141,6 +142,7 @@ pins:
class: outputs
ts_name: Lowside 12
type: ls
color: grey
- pin: 22
id: C9

View File

@ -53,6 +53,7 @@ pins:
ts_name: Analog Volt 1
function: "Analog Voltage Input #1 MAP"
type: av
color: yellow
- pin: 14
id: [C2, EFI_ADC_12]
@ -60,6 +61,7 @@ pins:
ts_name: Analog Volt 3
function: "Analog Voltage Input #3 TPS1_2"
type: av
color: blue
- pin: 15
id: [A0, EFI_ADC_0]
@ -74,6 +76,7 @@ pins:
ts_name: Analog Volt 7
function: "Analog Voltage Input #7 (PPS2)"
type: av
color: orange/brown
- pin: 17
id: [A4, EFI_ADC_4]
@ -81,6 +84,7 @@ pins:
ts_name: Analog Volt 9
function: "Analog Voltage Input #9 (PPS)"
type: av
color: white
- pin: 18
id: [A6, EFI_ADC_6]
@ -102,6 +106,7 @@ pins:
ts_name: Analog Temp 3
function: "Analog Thermistor Input #3 (CLT)"
type: at
color: grey
- pin: 21
function: "Analog Voltage +5 supply #1"
@ -121,6 +126,7 @@ pins:
ts_name: Analog Volt 2
function: "Analog Voltage Input #2 TPS"
type: av
color: green
- pin: 25
id: [C3, EFI_ADC_13]
@ -160,6 +166,7 @@ pins:
ts_name: Analog Temp 2
function: Intake air temperature IAT
type: at
color: blue
- pin: 31
id: [B1, EFI_ADC_9]

View File

@ -1,6 +1,9 @@
/*
* @file hyundai.cpp
*
https://rusefi.com/docs/pinouts/hellen/hellen-hyundai-pb-mt/
*
https://rusefi.com/docs/pinouts/hellen/hellen154hyundai/
* @date Oct 11, 2021
* @author Andrey Belomutskiy, (c) 2012-2021
*/

View File

@ -1,3 +1,7 @@
/*
https://rusefi.com/docs/pinouts/hellen/hellen-112-17/
*/
#include "pch.h"
void setSlingshot() {