rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
generated_ts_name_by_pin.cpp
Go to the documentation of this file.
1//DO NOT EDIT MANUALLY, let automation work hard.
2
3// auto-generated by PinoutLogic.java based on config/boards/hellen/hellenMiataNB1/connectors/main.yaml
4#include "pch.h"
5
6// see comments at declaration in pin_repository.h
7const char * getBoardSpecificPinName(brain_pin_e brainPin) {
8 switch(brainPin) {
9 case Gpio::A1: return "TPS1";
10 case Gpio::A3: return "PPS1";
11 case Gpio::A6: return "2H - CAM";
12 case Gpio::A7: return "3S - EGR BOOST IN";
13 case Gpio::A9: return "1I AC Fan Relay";
14 case Gpio::B0: return "2A - Pressure Input";
15 case Gpio::B1: return "2J - CRANK";
16 case Gpio::C1: return "3D - MAP";
17 case Gpio::C13: return "3G - IGN_1 (1&4)";
18 case Gpio::C4: return "4C - IN TEMP/PPS2";
19 case Gpio::C5: return "1P - AC Switch";
20 case Gpio::C6: return "ETB EN";
21 case Gpio::C7: return "ETB +";
22 case Gpio::C8: return "ETB -";
23 case Gpio::D10: return "3Z - INJ_4";
24 case Gpio::D11: return "3Y - INJ_3";
25 case Gpio::D12: return "1R - ECF";
26 case Gpio::D13: return "2K - TACH";
27 case Gpio::D14: return "2Q - IDLE";
28 case Gpio::D15: return "1O - ALTERN";
29 case Gpio::D3: return "1U - O2H";
30 case Gpio::D9: return "4E - VVT";
31 case Gpio::E12: return "4B - DIGITAL/FLEX";
32 case Gpio::E13: return "3I - Clutch";
33 case Gpio::E14: return "1V - Neutral";
34 case Gpio::E5: return "3H - IGN_2 (2&3)";
35 case Gpio::F10: return "1G - Steering/RES2";
36 case Gpio::F11: return "2D - VSS";
37 case Gpio::F12: return "3T/4D - BOOST OUT";
38 case Gpio::F14: return "3Q - VICS";
39 case Gpio::F3: return "3J - O2S2";
40 case Gpio::F9: return "1F - Brake/RES1";
41 case Gpio::G11: return "1S - AC Relay";
42 case Gpio::G12: return "1Q - Aternator Warning Lamp";
43 case Gpio::G13: return "3V - O2H2";
44 case Gpio::G2: return "2M US / 2P EUROPE - FPUMP";
45 case Gpio::G4: return "1E - Check Engine Light";
46 case Gpio::G7: return "3W - INJ_1";
47 case Gpio::G8: return "3X - INJ_2";
48 default: return nullptr;
49 }
50 return nullptr;
51}
const char * getBoardSpecificPinName(brain_pin_e brainPin)