Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 782 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 782 Bytes

JLed dynamic sequence demo

build firmware

This JLed demo shows how to switch between different JLedSequence objects using a push button.

Demo is set up for an ESP32 with LEDs connected to GPIO's 22, 23 and the bultin LED on GPIO 2. The button is connected to GPIO 5 and GND.

breadboard

Build

Using PlatformIO, just run

$ pio run -t upload

Or load the sketch into the Arduino IDE and build and upload there.

Dependencies

Uses the JC_Button library.

Author

(c) Copyright 2022 by Jan Delgado