Include GPIO lookup macros header file

This commit is contained in:
Wouter Van Hoof 2022-12-19 21:49:31 +01:00
parent eec79bd3b2
commit 33ca7b739b

View file

@ -13,6 +13,7 @@ extern "C" {
#include <stdbool.h> #include <stdbool.h>
#include "driver/gpio.h" #include "driver/gpio.h"
#include "driver/adc.h" #include "driver/adc.h"
#include "soc/adc_channel.h"
#ifdef LV_LVGL_H_INCLUDE_SIMPLE #ifdef LV_LVGL_H_INCLUDE_SIMPLE
#include "lvgl.h" #include "lvgl.h"
#else #else