parallaxinc / Simple-Libraries

Contents of the SimpleIDE workspace folder and its Parallax Learn Simple Libraries subfolder.
http://learn.parallax.com/propeller-c-set-simpleide/update-your-learn-folder
21 stars 21 forks source link

servo360 - fix servo360_goto so that it doesn't get confused by a new target angle #96

Closed AndyLindsay closed 6 years ago

AndyLindsay commented 6 years ago

If a new angle is requested before the current target angle is reached, the control system gets confused.

AndyLindsay commented 6 years ago

Fixed here: https://github.com/parallaxinc/Simple-Libraries/tree/880ea6b9b4ea9cb3f0ea6e34fd1046ca6aff3a24

...but always get the latest here: https://github.com/parallaxinc/Simple-Libraries/tree/Community