Modified Motor Driver Firmware to include Flash + Thermal
Dependencies: FastPWM3 mbed-dev-STM-lean
Diff: main.cpp
- Revision:
- 70:2ea6c555a2cb
- Parent:
- 68:edfdbd0db876
- Child:
- 71:b314182de37f
--- a/main.cpp Wed Feb 10 21:29:13 2021 +0000 +++ b/main.cpp Thu Apr 01 18:23:53 2021 +0000 @@ -26,7 +26,7 @@ #include "math_ops.h" #include "current_controller_config.h" #include "hw_config.h" -#include "motor_config_U10.h" // need to choose between two files here, one for U10 and one for U12 +#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"