#244 add API call getPinModeAlt

This commit is contained in:
mstroh76
2024-05-31 17:40:38 +02:00
parent 7fa40ba6f8
commit c055adc469

View File

@@ -14,7 +14,7 @@ int RaspberryPiModel = -1;
void SetAndCheckMode(int pin, int mode) {
enum WPIPinALT AltGpio = WPI_ALT_UNKNOWN;
enum WPIPinAlt AltGpio = WPI_ALT_UNKNOWN;
switch(mode) {
case INPUT: