|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
EnOcean ESP3 serial codec - implementation. More...
#include "services/enocean/enocean.h"Go to the source code of this file.
EnOcean ESP3 serial codec - implementation.
ESP3 telegram: 0x55 | data-len(2) | opt-len(1) | type(1) | CRC8H | data | opt | CRC8D. CRC-8 is polynomial 0x07, MSB-first, init 0x00 (the ESP3 u8CRC8Table generator).
Definition in file enocean.cpp.