Files
tetris/sound-driver/spi.h
2024-03-28 16:53:19 +01:00

10 lines
71 B
C

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