Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-dev-f303 FastPWM3
Diff: loops.cpp
- Revision:
- 42:738fa01b0346
- Parent:
- 41:304ac2affb23
- Child:
- 43:dfb72608639c
--- a/loops.cpp Thu May 24 15:03:25 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#include "loops.h"
-#include "foc.h"
-
-void pd1(float p_des, float v_des, float kp, float kd){
-
- }
-void pd2(float p_des, float kp, float kd);
-
-void torque(float t){
- }
\ No newline at end of file