mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 09:44:12 +01:00
Update lora_e220.cpp
This commit is contained in:
parent
9735f3381c
commit
474f03e707
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue