lirc572 / LED-Strip-01S

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LED-Strip-01S

build

demo

demo

Setup

Clone this repository:

git clone https://github.com/lirc572/LED-Strip-01S.git

Create a /src/config.h file with relevant definitions:

cd LED-Strip-01S
echo '#define WIFI_SSID "YOUR_SSID"' >> src/config.h
echo '#define WIFI_PASSWORD "YOUR_PSWD"' >> src/config.h
echo '#define LED_PIN 2' >> src/config.h
echo '#define NUM_LEDS 150' >> src/config.h

Compile and upload the project with PlatformIO Core:

pio run -t upload

Or use the PlatformIO IDE.

About


Languages

Language:C++ 100.0%