◆ getBoardSpecificPinName()
Definition at line 7 of file generated_ts_name_by_pin.cpp.
7 {
8 switch(brainPin) {
9 case Gpio::A6:
return "VR Discrete Positive";
10 case Gpio::B1:
return "VR max9924 Positive";
12 case Gpio::E12:
return "25 Hall1 (not while VR max9924)";
13 case Gpio::E13:
return "24 Hall2 (not while VR max9924)";
14 case Gpio::E14:
return "17 Hall3 (not while descrete VR)";
15 case Gpio::E15:
return "16 Hall4 (not while descrete VR)";
27 default: return nullptr;
28 }
29 return nullptr;
30}
Go to the source code of this file.