You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first otto_servo.js attempt is up and functional ... again it's modeled after the esp8266 arduino servo driver but only what is required by the OttoDIY API ... I used analogWrite() instead of digitalPulse() ... this is how the original arduino Servo code operates and inline with how the python port works too ...
https://www.espruino.com/Servo+Motors
https://www.espruino.com/PWM
https://www.espruino.com/modules/servo.js
The text was updated successfully, but these errors were encountered: