◆ getBoardSpecificPinName()
Definition at line 7 of file generated_ts_name_by_pin.cpp.
7 {
8 switch(brainPin) {
14 case Gpio::A6:
return "E40 - IN_CAM";
18 case Gpio::B1:
return "E37 - Crank Input";
21 case Gpio::C2:
return "E29 - Coolant Temp";
28 case Gpio::D12:
return "A6 - Fan Control";
35 case Gpio::F10:
return "C40 - start button";
41 case Gpio::H14:
return "C21 - Evap Purge Control";
43 case Gpio::I0:
return "P35_OUT_LOW9";
44 case Gpio::I1:
return "P19_OUT_LOW11";
49 default: return nullptr;
50 }
51 return nullptr;
52}
Go to the source code of this file.