Compatibility with ESP-IDF v4.x

This commit is contained in:
Manuel Bl
2019-10-13 23:43:17 +02:00
parent baa6c93d5f
commit 48668b3295
6 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#include <freertos/FreeRTOS.h>
#include <freertos/queue.h>
#include <freertos/task.h>
#include <freertos/semphr.h>
#include <driver/gpio.h>
#include <driver/spi_master.h>
#include <esp_timer.h>