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