ESPHome 2025.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::hitachi_ac344 |
Functions | |
void | esphome::hitachi_ac344::set_bits (uint8_t *const dst, const uint8_t offset, const uint8_t nbits, const uint8_t data) |
void | esphome::hitachi_ac344::set_bit (uint8_t *const data, const uint8_t position, const bool on) |
uint8_t * | esphome::hitachi_ac344::invert_byte_pairs (uint8_t *ptr, const uint16_t length) |