6 lines
65 B
C
6 lines
65 B
C
#ifndef SPI_H
|
|
#define SPI_H
|
|
|
|
void spi_init();
|
|
|
|
#endif /* SPI_H */ |