◆ getBoardSpecificPinName()
Definition at line 7 of file generated_ts_name_by_pin.cpp.
7 {
8 switch(brainPin) {
11 case Gpio::A9:
return "104 Wastegate";
14 case Gpio::C6:
return "117 ETB_OUT+";
15 case Gpio::C7:
return "118 ETB_OUT-";
16 case Gpio::C8:
return "120 - VVT2 B2";
17 case Gpio::C9:
return "18 - VVT2 B1";
22 case Gpio::D14:
return "105 - IDLE rev A,B";
23 case Gpio::D15:
return "OUT_FUEL_CONSUMPTION";
24 case Gpio::D2:
return "auxP7 output";
39 case Gpio::F8:
return "auxP3 switch";
40 case Gpio::F9:
return "48 - IN RES1";
42 case Gpio::G3:
return "115 - VVT1_2";
44 case Gpio::G5:
return "105 - IDLE rev C+";
54 default: return nullptr;
55 }
56 return nullptr;
57}
Go to the source code of this file.