IOT 3
Mon Jan 08 2024 17:22:16 GMT+0000 (Coordinated Universal Time)
Saved by
@马丽
void executePattern() {
switch (patternIndex) {
case 0:
allOn();
break;
case 1:
alternate();
break;
case 2:
blink();
break;
case 3:
sequence();
break;
}
}
content_copyCOPY
Comments