mirror of
https://github.com/ycHepth/KalmanFilter.git
synced 2026-03-13 10:23:28 +08:00
8 lines
95 B
C
8 lines
95 B
C
#ifndef __SPI_H
|
|
#define __SPI_H
|
|
|
|
void SPI2_Init(void);
|
|
u8 SPIx_ReadWriteByte(u8 byte);
|
|
|
|
#endif
|