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