|
ESPHome 2025.12.0-dev
|
WeiKai component family - classes implementation. More...
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::weikai_i2c |
Enumerations | |
| enum | esphome::weikai_i2c::RegType { esphome::weikai_i2c::REG = 0 , esphome::weikai_i2c::FIFO = 1 } |
Functions | |
| void | esphome::weikai_i2c::print_buffer (const uint8_t *data, size_t length) |
| Display a buffer in hexadecimal format (32 hex values / line). | |
| const char * | esphome::weikai_i2c::reg_to_str (int reg, bool page1) |
| uint8_t | esphome::weikai_i2c::i2c_address (uint8_t base_address, uint8_t channel, RegType fifo) |
| Computes the I²C bus's address used to access the component. | |
WeiKai component family - classes implementation.
The classes declared in this file can be used by the Weikai family
Definition in file weikai_i2c.cpp.