rwaldron / particle-io

Particle/Spark Core/Photon IO Plugin for Johnny-Five
http://johnny-five.io
MIT License
173 stars 31 forks source link

Add ability to set servo position in microseconds #79

Open dtex opened 6 years ago

dtex commented 6 years ago

If servo.write value is < 544 then SERVO_WRITE degrees, otherwise SERVO_WRITE_MICROSECONDS. Includes tests.

dtex commented 6 years ago

This depends on https://github.com/voodootikigod/voodoospark/pull/65