From 1dc6a2bf0cea1f5a23d761be2afdf3007d9f9009 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sat, 13 Nov 2021 21:16:24 +0100 Subject: [PATCH] Lanbon L8 pulsecounter tweaks --- src/dev/esp32/lanbonl8.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dev/esp32/lanbonl8.cpp b/src/dev/esp32/lanbonl8.cpp index b54a4b52..f754393f 100644 --- a/src/dev/esp32/lanbonl8.cpp +++ b/src/dev/esp32/lanbonl8.cpp @@ -9,6 +9,11 @@ #include "dev/esp32/esp32.h" #include "driver/pcnt.h" // Pulse count driver +#include "hal/pcnt_hal.h" +#include "hal/gpio_hal.h" +#include "soc/pcnt_periph.h" +#include "esp_rom_gpio.h" + #include "driver/adc.h" #include "esp_adc_cal.h"