This commit is contained in:
2026-05-08 14:56:29 +02:00
commit e4a5ccb043
39 changed files with 2481 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
#include <stdint.h>
void ws2812_init();
void ws2812_send_rgb(uint8_t r, uint8_t g, uint8_t b);