关闭眼灯
参数名
类型
描述
id
unsigned char
要控制的ID号,范围0~10
用uKitExplore v2板子控制1号眼灯全部花瓣亮红色,400ms后灭。
#include "uKitExplore2.h" void setup() { Initialization(); setEyelightAllPetals(1,255,0,0); delay(400); setEyelightOff(1); } void loop() { }
最后更新于5年前