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.
Diff: loops.cpp
- Revision:
- 24:58c2d7571207
- Parent:
- 22:60276ba87ac6
diff -r 2adf23ee0305 -r 58c2d7571207 loops.cpp
--- a/loops.cpp Wed Apr 05 20:54:16 2017 +0000
+++ b/loops.cpp Fri Apr 07 16:23:39 2017 +0000
@@ -1,2 +1,10 @@
#include "loops.h"
-#include "foc.h"
\ No newline at end of file
+#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