QuakeGod
2022-10-17 6a62617e99d79314d1e10995fbc29fbb00419a6e
提交 | 用户 | age
6a6261 1 #ifndef  _SPI_H_
Q 2 #define  _SPI_H_
3
4 void SPI2_Int(void);
5 uint8_t SpiInOut( uint8_t txBuffer);
6 void SpiIn( uint8_t *txBuffer, uint16_t size );
7
8 #endif