Arduino_SK6812:Arduino库,用于基于SK6812的RGBW(4通道)LED

时间:2024-05-30 12:59:10
【文件属性】:

文件名称:Arduino_SK6812:Arduino库,用于基于SK6812的RGBW(4通道)LED

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-30 12:59:10

C++

的Arduino_SK6812 用于基于SK6812的4通道RGBxx LED的Arduino库 用法 将存储库下载为.zip文件 在Arduino IDE中:草图->包含库->添加.ZIP库 使用“ #include ”指令将库包含在项目中 例子 #include SK6812 LED(2); RGBW color1 = {0, 0, 255, 50}; // 255 blue, 50 white void setup() { LED.set_output(4); // Digital Pin 4 LED.set_rgbw(0, color); // Set first LED to color1 } void loop() { LED.set_rgbw(1, {0, 0, 0, 255}); // Set second LED t


【文件预览】:
Arduino_SK6812-master
----SK6812.cpp(1KB)
----SK6812.h(698B)
----SK6812_io.cpp(3KB)
----README.md(882B)

网友评论