C++ DevKit
C++ set of OOP library
|
The configuration data of I2C interface used as Master. More...
#include <hw_i2c.h>
Public Attributes | |
i2c_inst_t * | i2c = i2c0 |
the I2C interface used in the rp2040: i2c0 or i2c1 | |
uint | sda_pin = 04 |
the associated gpio pin for data | |
uint | scl_pin = 05 |
the associated gpio pin for clock | |
uint | baud_rate = 100 * 1000 |
the I2C baudrate: | |
The configuration data of I2C interface used as Master.
uint struct_ConfigMasterI2C::baud_rate = 100 * 1000 |
the I2C baudrate: