Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches
log_frame.h File Reference

Shared frame logging helpers for IO-Homecontrol. More...

#include "esphome/core/log.h"
#include <cstddef>
#include <cstdint>
#include <cstdio>
Include dependency graph for log_frame.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Shared frame logging helpers for IO-Homecontrol.

Definition in file log_frame.h.