|
esp32-smbus
ESP32-compatible C library for I2C SMBus Protocol.
|
Structure containing information related to the SMBus protocol. More...
#include <smbus.h>
Data Fields | |
| bool | init |
| True if struct has been initialised, otherwise false. | |
| i2c_port_t | i2c_port |
| ESP-IDF I2C port number. | |
| i2c_address_t | address |
| I2C address of slave device. | |
| portBASE_TYPE | timeout |
| Number of ticks until I2C operation timeout. | |
Structure containing information related to the SMBus protocol.
1.8.6