esp32-smbus
ESP32-compatible C library for I2C SMBus Protocol.
 All Data Structures Files Functions Variables Typedefs Macros
Data Fields
smbus_info_t Struct Reference

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.
 

Detailed Description

Structure containing information related to the SMBus protocol.


The documentation for this struct was generated from the following file: