ESPHome
2024.10.3
|
Go to the source code of this file.
Data Structures | |
class | esphome::i2c::I2CRegister |
This class is used to create I2CRegister objects that act as proxies to read/write internal registers on an I2C device. More... | |
class | esphome::i2c::I2CRegister16 |
This class is used to create I2CRegister16 objects that act as proxies to read/write internal registers (specified with a 16 bit address) on an I2C device. More... | |
class | esphome::i2c::I2CDevice |
This Class provides the methods to read/write bytes from/to an i2c device. More... | |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::i2c | |
Functions | |
uint16_t | esphome::i2c::i2ctohs (uint16_t i2cshort) |
uint16_t | esphome::i2c::htoi2cs (uint16_t hostshort) |