head file

This commit is contained in:
YcChan
2016-12-28 13:46:10 +08:00
committed by GitHub
parent d9ab7502c9
commit 53597ac672

7
spi.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __SPI_H
#define __SPI_H
void SPI2_Init(void);
u8 SPIx_ReadWriteByte(u8 byte);
#endif