Updated to work with removal of Arduino.h

This commit is contained in:
CommanderRedYT
2022-05-30 15:34:27 +02:00
parent 7bb09e4085
commit 89e5428af2
11 changed files with 28 additions and 20 deletions

View File

@@ -4,7 +4,8 @@
#include <array>
// Arduino includes
#include <Arduino.h>
#include <esp32-hal-gpio.h>
#include <esp32-hal-misc.h>
// 3rdparty lib includes
#include <espchrono.h>