MCPcopy Create free account
hub / github.com/WiringPi/WiringPi / getPinModeAlt

Function getPinModeAlt

wiringPi/wiringPi.c:1458–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1456
1457
1458enum WPIPinAlt getPinModeAlt(int pin) {
1459 return (enum WPIPinAlt) getAlt(pin);
1460}
1461
1462
1463/*

Callers 2

SetAndCheckModeFunction · 0.85
mainFunction · 0.85

Calls 1

getAltFunction · 0.85

Tested by 2

SetAndCheckModeFunction · 0.68
mainFunction · 0.68