1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-14 09:12:19 +01:00

[inkplate] Remove arduino dependency (#9031)

This commit is contained in:
Jesse Hills
2025-06-11 12:01:11 +12:00
committed by GitHub
parent 63882c4a74
commit 84e57b8136
4 changed files with 2 additions and 10 deletions

View File

@@ -3,9 +3,7 @@
#include "esphome/core/helpers.h"
#include "esphome/core/log.h"
#ifdef USE_ESP32_FRAMEWORK_ARDUINO
#include <esp32-hal-gpio.h>
#include <hal/gpio_hal.h>
namespace esphome {
namespace inkplate6 {
@@ -723,5 +721,3 @@ void Inkplate6::pins_as_outputs_() {
} // namespace inkplate6
} // namespace esphome
#endif // USE_ESP32_FRAMEWORK_ARDUINO