We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46c65de + de7e463 commit 2d2a74eCopy full SHA for 2d2a74e
examples/Interrupts/Interrupts.ino
@@ -73,6 +73,6 @@ void TaskLed(void *pvParameters)
73
if (xSemaphoreTake(interruptSemaphore, portMAX_DELAY) == pdPASS) {
74
digitalWrite(LED_BUILTIN, !digitalRead(LED_BUILTIN));
75
}
76
-
+ vTaskDelay(10);
77
78
0 commit comments