|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
Shared frame logging helpers for IO-Homecontrol. More...
#include "esphome/core/log.h"#include <cstddef>#include <cstdint>#include <cstdio>Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| namespace | esphome::home_io_control |
Functions | |
| void | esphome::home_io_control::bytes_to_hex (const uint8_t *data, uint8_t len, char *out, size_t out_size) |
Variables | |
| constexpr size_t | esphome::home_io_control::FRAME_LOG_HEX_BUFFER_SIZE = 220 |
| Fits a full 32-byte frame rendered as spaced hex text. | |
Shared frame logging helpers for IO-Homecontrol.
Definition in file log_frame.h.