spi_bridge.h 181 B

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