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: structs.h
- Revision:
- 26:2b865c00d7e9
- Parent:
- 24:58c2d7571207
- Child:
- 28:8c7e29f719c5
--- a/structs.h Sun Apr 09 03:05:52 2017 +0000 +++ b/structs.h Mon May 01 15:22:58 2017 +0000 @@ -30,6 +30,7 @@ float i_d_ref, i_q_ref; int loop_count; int mode; + float p_des, v_des, kp, kd, t_ff; float cogging[128]; } ControllerStruct;