6 lines
72 B
C
6 lines
72 B
C
#ifndef SPI_H_
|
|
#define SPI_H_
|
|
|
|
void SPI_init(void);
|
|
|
|
#endif /* SPI_H_ */ |