This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
game-ctrl-01/spi.h
2024-03-07 15:51:44 +01:00

10 lines
86 B
C

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