LED

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

Bases: object

__init__(channel: int, led_strip: bool, pwm) None[source]

Methods

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

Turns the LED on.

off() None[source]

Turns the LED off.