Update lora_e220.cpp

This commit is contained in:
Daniël Koek 2024-01-31 18:08:34 +00:00
parent 9735f3381c
commit 474f03e707

View file

@ -1,4 +1,5 @@
#include "lora_e220.h"
#define bitRead(value, bit) (((value) >> (bit)) & 0x01)
namespace esphome {
namespace lora_e220 {
LoRa_E220::LoRa_E220(esphome::uart::UARTDevice *serial, GPIOPin *auxPin, GPIOPin *m0Pin,