Skip to content

Instantly share code, notes, and snippets.

View jildertviet's full-sized avatar

Jildert Viet jildertviet

View GitHub Profile
@jildertviet
jildertviet / ws2816bTest.ino
Last active November 12, 2021 19:19
Simple FastLED example to fade a WS2816B LED by using two virtual WS2812Bs / NeoPixels
#include <FastLED.h>
// Not tested with more then one LED!
#define NUM_LEDS 2
#define DATA_PIN D4
CRGB leds[NUM_LEDS];
void setup() {