LED

class LED(channel: int, n_channels: int, pwm)[source]

Bases: object

__init__(channel: int, n_channels: int, pwm) → None[source]

Methods

set(value: float) → None[source]
on() → None[source]

Turns the LED on.

off() → None[source]

Turns the LED off.