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

Z-Wave Serial API frame codec - implementation. More...

Go to the source code of this file.

Detailed Description

Z-Wave Serial API frame codec - implementation.

Data frame: SOF | LEN | Type | Command | Data | Checksum, where LEN counts Type..Checksum and Checksum = 0xFF XOR-folded over LEN..last-data (Silicon Labs Serial API spec).

Definition in file zwave.cpp.