#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/queue.h"
#include "driver/gpio.h"
Macros | |
#define | ESP_INTR_FLAG_DEFAULT 0 /* Interrupt flag configuration */ |
Functions | |
void | print_task (void *pvParameters) |
void | gpio_interrupt_setup (void) |
void | app_main () |
Variables | |
QueueHandle_t | xQueue |
#define ESP_INTR_FLAG_DEFAULT 0 /* Interrupt flag configuration */ |
void app_main | ( | void | ) |
void gpio_interrupt_setup | ( | void | ) |
void print_task | ( | void * | pvParameters | ) |
QueueHandle_t xQueue |