espruino / EspruinoDocs

See http://espruino.com for the complete Espruino Documentation - many links in this repository will not work
http://www.espruino.com/
Other
253 stars 282 forks source link

Servo can now be told to hold position after move. #648

Closed TheLogan closed 2 years ago

TheLogan commented 2 years ago

I decided to add the change in a way that keeps default behaviour but also follows the convention used in AnalogWrite. I also added the "soft: false" to the example code for analogWrite as it's already valid there but not mentioned in the readme :)

gfwilliams commented 2 years ago

Looks great - thanks!