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

Function myPullUpDnControl

devLib/piFace.c:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 */
71
72void myPullUpDnControl (struct wiringPiNodeStruct *node, int pin, int pud)
73{
74 pullUpDnControl (pin + 16 + 8, pud) ;
75}
76
77
78/*

Callers

nothing calls this directly

Calls 1

pullUpDnControlFunction · 0.85

Tested by

no test coverage detected