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

Add esphal.h include to inkplate6 component (#2286)

This commit is contained in:
Oxan van Leeuwen
2021-09-13 16:55:01 +02:00
committed by GitHub
parent fe47ddc27a
commit 133a17d6eb
2 changed files with 20 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "esphome/core/component.h"
#include "esphome/core/esphal.h"
#include "esphome/components/i2c/i2c.h"
#include "esphome/components/display/display_buffer.h"