#include <stdio.h>#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include "driver/gpio.h"
Macros | |
| #define | BLINK_GPIO 13 |
Functions | |
| void | hello_task (void *pvParameters) |
| void | blinky_task (void *pvParameters) |
| void | led_sequence_task (void *pvParameters) |
| void | app_main () |
| #define BLINK_GPIO 13 |
| void app_main | ( | void | ) |
| void blinky_task | ( | void * | pvParameters | ) |
| void hello_task | ( | void * | pvParameters | ) |
| void led_sequence_task | ( | void * | pvParameters | ) |