mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 19:00:50 +02:00
7 lines
186 B
C
7 lines
186 B
C
extern I2C_HandleTypeDef I2cHandle_X;
|
|
extern I2C_HandleTypeDef I2cHandle_Y;
|
|
extern const mp_obj_type_t pyb_i2c_type;
|
|
|
|
void i2c_init(void);
|
|
void i2c_start(I2C_HandleTypeDef *i2c_handle);
|