rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
generated_ts_name_by_pin.cpp File Reference

Functions

const chargetBoardSpecificPinName (brain_pin_e brainPin)
 

Function Documentation

◆ getBoardSpecificPinName()

const char * getBoardSpecificPinName ( brain_pin_e  brainPin)

Definition at line 7 of file generated_ts_name_by_pin.cpp.

7 {
8 switch(brainPin) {
9 case Gpio::A6: return "E22 Brake";
10 case Gpio::A8: return "B6 Radiator Relay";
11 case Gpio::C13: return "A30 - IGN1";
12 case Gpio::C7: return "C13 Aux Low 1";
13 case Gpio::C9: return "B23 VTC VVT";
14 case Gpio::D10: return "B2 - Injector 4";
15 case Gpio::D11: return "B3 - Injector 3";
16 case Gpio::D12: return "C11 Aux Low 3";
17 case Gpio::D14: return "B21 - EVAP";
18 case Gpio::D15: return "C12 Aux Low 2";
19 case Gpio::D2: return "AuxHigh1";
20 case Gpio::D9: return "E18 - AC Relay";
21 case Gpio::E3: return "A27 - IGN4";
22 case Gpio::E4: return "A28 - IGN3";
23 case Gpio::E5: return "A29 - IGN2";
24 case Gpio::F10: return "A26 Cam Sync";
25 case Gpio::F11: return "A18 - VSS";
26 case Gpio::F12: return "A12 Idle Air Control";
27 case Gpio::F13: return "B22 Intake Runner";
28 case Gpio::F14: return "B7 Lockout Solenoid";
29 case Gpio::F3: return "C21 Aux Digital 1";
30 case Gpio::F4: return "C19 Aux Digital 2";
31 case Gpio::F5: return "C18 Aux Digital 3";
32 case Gpio::F8: return "A25 VTT CAM";
33 case Gpio::F9: return "A7 Crankshaft Sensor";
34 case Gpio::G11: return "B15 VTEC/VTS Output";
35 case Gpio::G12: return "E26 Tachometer";
36 case Gpio::G13: return "B18 Alternator Control";
37 case Gpio::G14: return "E7 Main Relay Control";
38 case Gpio::G2: return "AuxPP1";
39 case Gpio::G3: return "E31 Check Engine";
40 case Gpio::G6: return "E1 Fuel Relay";
41 case Gpio::G7: return "B5 - Injector 1";
42 case Gpio::G8: return "B4 - Injector 2";
43 default: return nullptr;
44 }
45 return nullptr;
46}

Go to the source code of this file.