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 FastAnalogIn mbed-rtos FastPWM
Diff: main.cpp
- Revision:
- 5:4e710cef655e
- Parent:
- 4:3bab17dfae4e
- Child:
- 6:042db7596e55
--- a/main.cpp Wed Jan 30 13:05:42 2019 +0000 +++ b/main.cpp Mon Apr 01 14:15:31 2019 +0000 @@ -481,7 +481,7 @@ //printf("%f\r\n",dblPosD[intDemPosFilOrder]); - intFeedBack_pos = (int) dblPos[intPosFilOrder]/MAX_ACTUATOR_LENGTH*511; + intFeedBack_pos = (int) ((dblPos[intPosFilOrder]/MAX_ACTUATOR_LENGTH)*511); if(intFeedBack_pos>511) {