Skip to content

Instantly share code, notes, and snippets.

View jsonpoindexter's full-sized avatar

Jason Poindexter jsonpoindexter

View GitHub Profile
@jsonpoindexter
jsonpoindexter / TwinkleFOX.ino
Last active December 7, 2021 15:26 — forked from kriegsman/TwinkleFOX.ino
TwinkleFOX: Colored Twinkling Holiday Lights
#include <NTPClient.h>
// change next line to use with another board/shield
#include <ESP8266WiFi.h>
//#include <WiFi.h> // for WiFi shield
//#include <WiFi101.h> // for WiFi 101 shield or MKR1000
#include <WiFiUdp.h>
const char *ssid = "SDID";
const char *password = "PASSWORD";