From 4bf7a3c89bd1e23d1f0562c5af26c528986cdead Mon Sep 17 00:00:00 2001 From: Renze Nicolai Date: Wed, 11 May 2022 23:39:33 +0200 Subject: [PATCH] Add WS2812 driver submodule --- .gitmodules | 3 +++ components/ws2812 | 1 + 2 files changed, 4 insertions(+) create mode 160000 components/ws2812 diff --git a/.gitmodules b/.gitmodules index 59ef5f3..c0a98c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "components/mch2022-rp2040"] path = components/mch2022-rp2040 url = https://github.com/badgeteam/esp32-component-mch2022-rp2040.git +[submodule "components/ws2812"] + path = components/ws2812 + url = https://github.com/badgeteam/esp32-component-ws2812.git diff --git a/components/ws2812 b/components/ws2812 new file mode 160000 index 0000000..c1c750d --- /dev/null +++ b/components/ws2812 @@ -0,0 +1 @@ +Subproject commit c1c750d2ce0a487622fb311cce19ea899d49ffe6