QuakeGod
2024-11-25 9aed5d7e7b3c7bf09da712e9c272ece401a7acc9
提交 | 用户 | age
483170 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