Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiringPi/WiringPi
/ CheckInversGPIO
Function
CheckInversGPIO
wiringPi/test/wpi_test.h:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
47
void CheckInversGPIO(int GPIO, int GPIOIN, int out) {
48
CheckGPIO(GPIO, GPIOIN, out==HIGH ? LOW : HIGH);
49
}
50
51
52
void digitalWriteEx(int GPIO, int GPIOIN, int mode) {
Callers
1
main
Function · 0.85
Calls
1
CheckGPIO
Function · 0.85
Tested by
no test coverage detected