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 QEI PTC3471 USBDevice
Diff: main.cpp
- Revision:
- 7:661ef6a3c052
- Parent:
- 6:1e36bdd96b54
- Child:
- 8:2980205ae631
diff -r 1e36bdd96b54 -r 661ef6a3c052 main.cpp
--- a/main.cpp Thu Oct 22 16:47:36 2020 +0000
+++ b/main.cpp Thu Oct 22 16:48:09 2020 +0000
@@ -129,7 +129,6 @@
/** Inserir Calculo do Sinal de Controle **/
u=-(K[0]*th0_f + K[1]*th1_f + K[2]*dth0_f + K[3]*dth1_f);
- u = -0.15;
if(u>1)
u=1;