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: include/motor.hpp
- Revision:
- 29:33c5c61f1068
- Parent:
- 28:21773a6fb6df
--- a/include/motor.hpp Sun Nov 24 19:04:01 2013 +0000 +++ b/include/motor.hpp Sun Nov 24 19:21:47 2013 +0000 @@ -30,7 +30,7 @@ DigitalOut Forward; DigitalOut Backward; PwmOut pwmOut; - QEI encoder; + QEI& encoder; float speed; float freq;