◆ getBoardSpecificPinName()
Definition at line 7 of file generated_ts_name_by_pin.cpp.
7 {
8 switch(brainPin) {
10 case Gpio::A8:
return "C3-49 - Fan Relay";
11 case Gpio::B8:
return "C2-54 - IGN 6";
12 case Gpio::B9:
return "C2-33 - IGN 7";
17 case Gpio::C9:
return "J4_4 Wastegate Solenoid";
20 case Gpio::D13:
return "C3-7 - Alternator Enable";
21 case Gpio::D14:
return "C1-39 - VSS Output";
23 case Gpio::D2:
return "C1-13 - Fuel Pump";
24 case Gpio::D3:
return "J4_5 Error Light";
30 case Gpio::E2:
return "C2-34 - IGN 5";
31 case Gpio::E3:
return "C2-18 - IGN 4";
32 case Gpio::E4:
return "C2-55 - IGN 3";
33 case Gpio::E5:
return "C2-53 - IGN 2";
34 case Gpio::E6:
return "C2-17 - IGN 8";
35 case Gpio::F10:
return "C1-7 Stop/Brake Pedal";
36 case Gpio::F11:
return "C3-66 - VSS Input";
40 case Gpio::F4:
return "C2-63 - Crank";
42 case Gpio::G11:
return "C1-26 - Starter Relay";
43 case Gpio::G13:
return "C3-16 - Coolant Pump";
45 case Gpio::G2:
return "C1-12 Check Engine";
46 case Gpio::G4:
return "C1-56 - Starter Enable";
49 default: return nullptr;
50 }
51 return nullptr;
52}
Go to the source code of this file.