DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
enocean.cpp File Reference

EnOcean ESP3 serial codec - implementation. More...

Go to the source code of this file.

Detailed Description

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.