Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1458
enum WPIPinAlt getPinModeAlt(int pin) {
1459
return (enum WPIPinAlt) getAlt(pin);
1460
}
1461
1462
1463
/*
Callers
2
SetAndCheckMode
Function · 0.85
main
Function · 0.85
Calls
1
getAlt
Function · 0.85
Tested by
2
SetAndCheckMode
Function · 0.68
main
Function · 0.68