◆ getBoardSpecificPinName()
Definition at line 8 of file generated_ts_name_by_pin.cpp.
8 {
9 switch(brainPin) {
10 case Gpio::A2:
return "24A - Digital/analog Input 3";
11 case Gpio::A6:
return "23A/24A VR Input 2 (Discrete)";
12 case Gpio::A7:
return "25B - Digital/analog Input 5";
13 case Gpio::B1:
return "17A/17B VR Input 1 (Discrete)";
16 case Gpio::C0:
return "16B - Digital/analog input 2";
19 case Gpio::E12:
return "14A Hall Input 1";
20 case Gpio::E13:
return "15A Hall Input 2";
22 case Gpio::E15:
return "24B - Digital Input 6";
28 case Gpio::E9:
return "23A - Digital/analog Input 4";
29 case Gpio::F11:
return "24A/25A VR Input 3 (MAX9924)";
30 case Gpio::F3:
return "15B - Digital In 1";
31 case Gpio::F4:
return "21A Knock 1 / Digital input 7";
32 case Gpio::F5:
return "22A Knock 2 / Digital input 8";
33 case Gpio::F6:
return "17B - Digital input 1";
49 default: return nullptr;
50 }
51 return nullptr;
52}
Go to the source code of this file.