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

Function doExtensionRht03

wiringPi/wpiExtensions.c:530–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528 */
529
530static int doExtensionRht03 (char *progName, int pinBase, char *params)
531{
532 int piPin ;
533
534 if ((params = extractInt (progName, params, &piPin)) == NULL)
535 return false ;
536
537 return rht03Setup (pinBase, piPin) ;
538}
539
540
541/*

Callers

nothing calls this directly

Calls 2

extractIntFunction · 0.85
rht03SetupFunction · 0.85

Tested by

no test coverage detected