EasyManua.ls Logo

Freenove ESP32

Default Icon
159 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Need support? support@freenove.com
106
Chapter 9 WS2812
www.freenove.com
101
102
115
116
117
118
119
break;
case LED_MODE_RAINBOW:
……
break;
default:
break;
}
}
Thread callback function, when the thread starts, it will execute the color light display function cyclically.
121
122
123
124
125
void task_RGBLeds(void *pvParameters) {
while (1) {
task_showRGBLeds(NULL);
}
}

Related product manuals