
SPI slave program to enable communication between the FPGA and the STM32L432 board.
Diff: main.cpp
- Revision:
- 8:e87027349167
- Parent:
- 7:0e9af5986488
- Child:
- 9:9ed9dffd602a
--- a/main.cpp Tue Feb 26 18:57:16 2019 +0000 +++ b/main.cpp Wed Feb 27 23:35:51 2019 +0000 @@ -3,6 +3,8 @@ #include "IMUs.h" #include "Structures.h" #include "Quaternions.h" +#include "DMA_SPI.h" + DigitalOut myled(LED1); Serial pc(USBTX, USBRX);