2024-04-17 15:30:45 +02:00

10 lines
92 B
C

#ifndef _SPI_H_
#define _SPI_H_
void spiInit();
void spiCmdHandler();
#endif // _SPI_H_