You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07: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);
|