1 2 3 4 5 6 7 8 9 10 11
0d9900312165 0d9900312165 0d9900312165 0d9900312165 0d9900312165 0d9900312165 f40195400941 0d9900312165 0d9900312165 4202475a7575 0d9900312165
#ifndef __i2c_H #define __i2c_H #include "stm32f0xx_hal.h" void i2c_init(void); void i2c_deinit(void); I2C_HandleTypeDef* i2c_get(void); #endif