From 020da5c9204827237c3ac06bf6c00c3fc8bb931a Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Mon, 8 Jun 2026 09:03:17 -0400 Subject: [PATCH] WIP --- 06-joystick/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-joystick/README.md b/06-joystick/README.md index 5de5128..e667ac7 100644 --- a/06-joystick/README.md +++ b/06-joystick/README.md @@ -140,7 +140,7 @@ Oh, and you control it using the **infrared remote control module** on the ESP32
wot
-The WS2812 is controlled with a wierd single line protocol that's really efficient but very sensitive to timing. The whole thing works off of PWM signals on the signal wire, and there is no clock synchronization. Basically every LED receives a 24 bit color value (in RGB or GRB or whatever format is appropriate), then there's a pause, then the next value is sent for the next LED. If you've got 8 LEDs in series, you get 8 24 bit values, in order. +The WS2812 is controlled with [a wierd single line protocol](https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) that's really efficient but very sensitive to timing. The whole thing works off of PWM signals on the signal wire, and there is no clock synchronization. Basically every LED receives a 24 bit color value (in RGB or GRB or whatever format is appropriate), then there's a pause, then the next value is sent for the next LED. If you've got 8 LEDs in series, you get 8 24 bit values, in order. ``` <-- more LED values, or a