mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +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 changed files with 1 additions and 0 deletions
|
@ -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 a new issue