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