i2c_bridge.h 179 B

1234567891011121314
  1. #ifndef __I2C_BRIDGE_H
  2. #define __I2C_BRIDGE_H
  3. #include "stm32g4xx_hal.h"
  4. //
  5. void i2c_bridge_init(void);
  6. //
  7. I2C_HandleTypeDef* i2c_get_bridge(void);
  8. #endif // __I2C_BRIDGE_H