10 lines
71 B
C
Raw Normal View History

2024-03-28 16:53:19 +01:00
#ifndef _SPI_H_
#define _SPI_H_
void spiInit();
#endif // _SPI_H_