Modified Motor Driver Firmware to include Flash + Thermal
Dependencies: FastPWM3 mbed-dev-STM-lean
Diff: main.cpp
- Revision:
- 63:10604c39666f
- Parent:
- 60:0c8caaa91182
- Child:
- 66:3947255b18c5
--- a/main.cpp Wed Nov 04 19:21:23 2020 +0000 +++ b/main.cpp Thu Nov 05 18:55:04 2020 +0000 @@ -26,7 +26,7 @@ #include "math_ops.h" #include "current_controller_config.h" #include "hw_config.h" -#include "motor_config_U12.h" // need to choose between two files here, one for U10 and one for U12 +#include "motor_config_U10.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"