◆ 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";
12 case Gpio::B1:
return "C2/C3 Crank Sensor VR";
14 case Gpio::C6:
return "A3 - Fuel Pump";
15 case Gpio::C7:
return "A4 - Tachometer";
16 case Gpio::C8:
return "C1 - Fan Relay";
21 case Gpio::E12:
return "C3 - Crank+ (hall)";
22 case Gpio::E14:
return "C2 - Crank- (hall)";
23 case Gpio::E3:
return "Aux6 - Ign 4";
24 case Gpio::E4:
return "Aux8 - Ign 3";
25 case Gpio::E5:
return "A7 - Ignition B";
26 case Gpio::F11:
return "C4 - 2Step/Digital";
28 case Gpio::G7:
return "A8 - Injector A";
29 case Gpio::G8:
return "B8 - Injector B";
34 default: return nullptr;
35 }
36 return nullptr;
37}
Go to the source code of this file.