Modified Motor Driver Firmware to include Flash + Thermal

Dependencies:   FastPWM3 mbed-dev-STM-lean

Revision:
60:0c8caaa91182
Parent:
58:32e8927fe39f
Child:
63:10604c39666f
--- a/main.cpp	Mon Nov 02 19:56:03 2020 +0000
+++ b/main.cpp	Mon Nov 02 20:08:14 2020 +0000
@@ -26,7 +26,7 @@
 #include "math_ops.h" 
 #include "current_controller_config.h"
 #include "hw_config.h"
-#include "motor_config.h"
+#include "motor_config_U12.h" // need to choose between two files here, one for U10 and one for U12
 #include "stm32f4xx_flash.h"
 #include "FlashWriter.h"
 #include "user_config.h"