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

Function myPwmWrite

wiringPi/drcSerial.c:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 */
99
100static void myPwmWrite (struct wiringPiNodeStruct *node, int pin, int value)
101{
102 serialPutchar (node->fd, 'v') ;
103 serialPutchar (node->fd, pin - node->pinBase) ;
104 serialPutchar (node->fd, value & 0xFF) ;
105}
106
107
108/*

Callers

nothing calls this directly

Calls 1

serialPutcharFunction · 0.85

Tested by

no test coverage detected