We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895eb59 commit bb121cfCopy full SHA for bb121cf
examples/stm32f429discovery/task/task.c
@@ -10,6 +10,7 @@ void callback(void *parameter) {
10
while(1) {
11
status ^= 1;
12
gpio_set(*pin, status);
13
+ //Sleep
14
vTaskDelay(1000);
15
}
16
0 commit comments