
SPI slave program to enable communication between the FPGA and the STM32L432 board.
Diff: SPI.h
- Revision:
- 13:c7e8e277f884
- Parent:
- 11:366f1186c121
--- a/SPI.h Mon Mar 25 02:15:44 2019 +0000 +++ b/SPI.h Fri Apr 19 18:43:39 2019 +0000 @@ -1,6 +1,6 @@ #ifndef _SPI_H_ #define _SPI_H_ -#define SCK_slave 5 +#define SCK_slave 1 #define MISO_slave 6 #define MOSI_slave 7 #define CS_slave 8