◆ getBoardSpecificPinName()
Definition at line 9 of file generated_ts_name_by_pin.cpp.
9 {
10 switch(brainPin) {
11 case Gpio::A6:
return "C7 - CAM Hall/Digital";
13 case Gpio::A8:
return "A3 - Fuel Pump";
14 case Gpio::B1:
return "C2/C3 Crank Sensor VR";
15 case Gpio::B8:
return "Aux8 - Ignition 6";
16 case Gpio::B9:
return "F2 - VVT#1 rev G";
18 case Gpio::C7:
return "D2 - Out Boost";
22 case Gpio::D12:
return "Aux10 - High2 legacy F4";
24 case Gpio::D15:
return "Aux9 - High1 legacy F2";
25 case Gpio::D9:
return "Aux2 - Inj 5";
26 case Gpio::E12:
return "C3 - Crank+ (hall)";
27 case Gpio::E14:
return "C2 - Crank- (hall)";
28 case Gpio::E15:
return "E6 - Cam+ (hall)";
29 case Gpio::E2:
return "Aux6 - Ignition 5";
30 case Gpio::E3:
return "D7 - Ignition 4";
31 case Gpio::E4:
return "D6 - Ignition 3";
32 case Gpio::E5:
return "A7 - Ignition 2";
33 case Gpio::E6:
return "F4 - VVT#2 rev G";
34 case Gpio::F11:
return "C4 - 2Step/Digital";
37 case Gpio::F3:
return "D3 - Digital In 2";
38 case Gpio::F4:
return "E3 - Digital In 3";
39 case Gpio::F5:
return "E4 - Digital In 4";
40 case Gpio::F6:
return "F3 - Digital In 5";
41 case Gpio::F9:
return "E5/E6 Cam Sensor VR";
45 case Gpio::G2:
return "C1 - Fan Relay";
46 case Gpio::G6:
return "A4 - Tachometer legacy up to rev F";
47 case Gpio::G7:
return "A8 - Injector 1";
48 case Gpio::G8:
return "B8 - Injector 2";
53 default: return nullptr;
54 }
55 return nullptr;
56}
Go to the source code of this file.