rwaldron / javascript-robotics

70 stars 43 forks source link

Added a stop() command to both servos in servo-test.js & simplebot.js.… #22

Closed Shane-Lester closed 8 years ago

Shane-Lester commented 8 years ago

…to prevent movement on initialization (otherwise they slowly rotate when instantiated).

rwaldron commented 8 years ago

Thanks @Shane-Lester!

dtex commented 8 years ago

This shouldn't be necessary so we might have a bug in J5. I'll check it out.

rwaldron commented 8 years ago

@dtex maybe I was just cargo culting with my own code, but I've always called stop() with continuous servos:

¯_(ツ)_/¯