Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 282 Bytes

lights.md

File metadata and controls

13 lines (9 loc) · 282 Bytes

Lights

Control the LEDs at the pins.

lights.set(DigitalPin.D0, 1)
lights.setLevel(AnalogPin.A0, 100)
lights.effect(Effect.Twinkle, AnalogPin.A0)

See also

set, set-level, effect