#include <stdio.h>#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include "driver/esp_lcd.h"
Functions | |
| void | ADC_setup (void) |
| void | sweeper_function (uint32_t val) |
| void | lcd_task (void *pvParameters) |
| void | app_main (void) |
| void ADC_setup | ( | void | ) |
| void app_main | ( | void | ) |
| void lcd_task | ( | void * | pvParameters | ) |
| void sweeper_function | ( | uint32_t | val | ) |