dutyCycle property

void dutyCycle=(int percentOn)

Sets the percent of time that the GPIO pin is on/high/true, where 0 is off/low/false all of the time and 100 is on/high/true all of the time.

Implementation

set dutyCycle(int percentOn);