separate SPI

This commit is contained in:
2024-03-28 16:53:19 +01:00
parent 2c3bccd147
commit fdb524c8d4
2 changed files with 38 additions and 0 deletions

9
sound-driver/spi.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef _SPI_H_
#define _SPI_H_
void spiInit();
#endif // _SPI_H_