-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add servo lib support #108
Comments
@robotiko PRs are welcome :) |
Still dealing with newbie issues, but I will try to address that as small contribution to this great project as soon as I know how it goes. |
@robotiko : |
I have a single servo working, however it suffers from not precise timing and it is not really usable until HW timer is available and stable. |
Solved |
Servo seems to be one of those Arduino AVR libs that doens't work due to highly coupled AVR timming.
There is a new port to ESP8266 arduino in the main repo:
https://github.com/esp8266/Arduino/tree/esp8266-sdk-1.0/hardware/esp8266com/esp8266/libraries/Servo
The text was updated successfully, but these errors were encountered: