MCPcopy 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
1966void pinModeDevice (int pin, int mode) {
1967 pinModeFlagsDevice(pin, mode, lineFlags[pin]);
1968}
1969
1970void pinMode (int pin, int mode)
1971{

Callers 5

digitalReadDeviceV1Function · 0.85
digitalWriteDeviceV1Function · 0.85
pinModeFunction · 0.85
digitalReadDeviceV2Function · 0.85
digitalWriteDeviceV2Function · 0.85

Calls 1

pinModeFlagsDeviceFunction · 0.85

Tested by

no test coverage detected