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