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:
@@ -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
|
||||
|
Reference in New Issue
Block a user