Skip to content

Instantly share code, notes, and snippets.

View retrospct's full-sized avatar
👋
hgl.ink/retrospct

Justin Lee retrospct

👋
hgl.ink/retrospct
View GitHub Profile
#include <WiFi.h>
#include <ArtnetWifi.h>
#include <FastLED.h>
//WiFi Settings
const char *ssid = "xxxxxxxxxx";
const char *password = "xxxxxxxxxx";
// LED Settings
const int numStrips = 6;