-
Notifications
You must be signed in to change notification settings - Fork 503
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
support Servo Libraries #68
Comments
to many differences, It is easier to implement Servo with our own HardwarePWM :( |
Anything that's compatible at the higher level API level is fine, I think. |
the hardware PWM works fine, we just need to to wrap it up with the servo API and have some tests to make sure it works. I am finding those little servo to hook up :D |
the update code should work, though more tests should be carried out. |
Don't know if I post at the right place. Servo.h :
servoTimers.h :
Servo.cpp :
Another problem I found is that sometimes the PWM signal is inverted. But I have no other solutions than chaining two attach, detach sequence... |
@ichbtm thank you very much for your help, somehow this issue fall off our radar until recently :( |
Standard Servo Libraries is already ported to work with nrf52 on Primo board
https://github.com/arduino-libraries/Servo/tree/master/src/nrf52
It is based on several Nordic peripheral driver in SDK which we lack ( due to restricted license).
https://github.com/arduino-org/arduino-core-nrf52/tree/master/cores/arduino/components
However since the latest sdk 13 open the license to BSD like. We could include those and get the Servo support
The text was updated successfully, but these errors were encountered: