SPI slave program to enable communication between the FPGA and the STM32L432 board.

Dependencies:   mbed

Revision:
13:c7e8e277f884
Parent:
6:0ebecfecadc9
--- a/Quaternions.cpp	Mon Mar 25 02:15:44 2019 +0000
+++ b/Quaternions.cpp	Fri Apr 19 18:43:39 2019 +0000
@@ -1,5 +1,5 @@
 #include "Quaternions.h"
-#include "Structures.h"
+#include "CustomDatatypes.h"
 #include <math.h>