From dd1190ed4d542c837493d0f6f6022fcca67e8bb1 Mon Sep 17 00:00:00 2001 From: Lapin Date: Thu, 12 May 2022 13:27:18 +0200 Subject: [PATCH] update resource part in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e827a9..a8d4b40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # description The purpose is to control a ws2811 led strip with esp32 using the rust language. +However we start with arduino instead of esp32 because they have logical output in 5v. ## resource [ws28 family led strip comparator](https://www.derunledlights.com/the-difference-between-addressable-rgb-led-strip-ws2811-ws2812b-ws2813-ws2815-sk6812-sk9822/ "ws28 family led strip comparator") +[fast led library (to controle the ledstrip)](https://github.com/FastLED/FastLED "fast led library (to controle the ledstrip)") +[arduino and ws2811 assembly diagrah](https://ampermarket.kz/images/ws2811-arduino-conn-var-001.jpg) +[add user to a group allowing to use ttyusb without being super user](https://forum.arduino.cc/t/permission-denied-on-dev-ttyacm0/475568/14)