mirror of
https://github.com/nekorevend/esphome-emporia-vue-utility.git
synced 2026-01-09 13:00:38 -07:00
Merge pull request #1 from visualage/main
Add Arduino.h for digitalWrite
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
#include "esphome/components/sensor/sensor.h"
|
#include "esphome/components/sensor/sensor.h"
|
||||||
#include "esphome/components/uart/uart.h"
|
#include "esphome/components/uart/uart.h"
|
||||||
#include "esphome/core/component.h"
|
#include "esphome/core/component.h"
|
||||||
|
#include <Arduino.h>
|
||||||
|
|
||||||
// If the instant watts being consumed meter reading is outside of these ranges,
|
// If the instant watts being consumed meter reading is outside of these ranges,
|
||||||
// the sample will be ignored which helps prevent garbage data from polluting
|
// the sample will be ignored which helps prevent garbage data from polluting
|
||||||
|
|||||||
Reference in New Issue
Block a user