ESPHome
2024.10.2
|
WeiKai component family - classes implementation. More...
Go to the source code of this file.
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
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). More... | |
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. More... | |
WeiKai component family - classes implementation.
The classes declared in this file can be used by the Weikai family
Definition in file weikai_i2c.cpp.