Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiringPi/WiringPi
/ pinModeDevice
Function
pinModeDevice
wiringPi/wiringPi.c:1966–1968 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1964
}
1965
1966
void pinModeDevice (int pin, int mode) {
1967
pinModeFlagsDevice(pin, mode, lineFlags[pin]);
1968
}
1969
1970
void pinMode (int pin, int mode)
1971
{
Callers
5
digitalReadDeviceV1
Function · 0.85
digitalWriteDeviceV1
Function · 0.85
pinMode
Function · 0.85
digitalReadDeviceV2
Function · 0.85
digitalWriteDeviceV2
Function · 0.85
Calls
1
pinModeFlagsDevice
Function · 0.85
Tested by
no test coverage detected