10 lines
86 B
C
10 lines
86 B
C
|
#ifndef _SPI_H_
|
||
|
#define _SPI_H_
|
||
|
|
||
|
void spiInit();
|
||
|
void spiExec();
|
||
|
|
||
|
|
||
|
|
||
|
#endif // _SPI_H_
|