NullChip class NullChip[source] Bases: object __init__() Methods Attributes error: str = '' set_pwm(channel: int, on: int, off: int) → None[source] Sets the cycle. Parameters: channel (int) – The PWM channel. on (int) – The on time in ticks. off (int) – The off time in ticks.