mirror of
https://github.com/esphome/esphome.git
synced 2024-12-28 17:37:44 +01:00
fixed dependency for pca9685 component (#2614)
Co-authored-by: Otto Winter <otto@otto-winter.com> Co-authored-by: Andreas <andreas.hergert@otrs.com>
This commit is contained in:
parent
c7651dc40d
commit
cbfbcf7f1b
@ -1,6 +1,7 @@
|
|||||||
#include "pca9685_output.h"
|
#include "pca9685_output.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
|
#include "esphome/core/hal.h"
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace pca9685 {
|
namespace pca9685 {
|
||||||
|
Loading…
Reference in New Issue
Block a user