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.
Fork of priustroller_2 by
Diff: callbacks.cpp
- Revision:
- 48:28edb4c5c04b
- Parent:
- 45:a478506acc92
- Child:
- 49:0603121a0538
diff -r f5b1ff02c656 -r 28edb4c5c04b callbacks.cpp --- a/callbacks.cpp Thu Apr 16 23:36:51 2015 +0000 +++ b/callbacks.cpp Fri Apr 17 05:19:21 2015 +0000 @@ -76,6 +76,7 @@ angle = c->motor->GetPosition(); vd = 0.0f; vq = c->user->throttle; + //vq = 1.0f; InverseParke(vd, vq, angle, &valpha, &vbeta); c->modulator->Update(valpha, vbeta); }