We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa8c55 commit 9856f0cCopy full SHA for 9856f0c
libraries/ESP32/examples/RMT/RMTLoopback/RMTLoopback.ino
@@ -16,6 +16,7 @@ static EventGroupHandle_t events;
16
void setup()
17
{
18
Serial.begin(115200);
19
+ events = xEventGroupCreate();
20
21
if ((rmt_send = rmtInit(18, true, RMT_MEM_64)) == NULL)
22
0 commit comments