-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update to latest lininoIO #8
Comments
Hi ,
with this code :
i've just run, in ssh console ! : "lininoio start" and reboot. (more about lininoio on this page : http://wiki.linino.org/doku.php?id=wiki:upgradetolininoio ) and this code for servosweep works for me too :
For my tests, i used a servo attached to pin 9 and powered with 3.3V and not 5V (because it reboots my card) and this code :
with that really really dirty dirty dirty test lib of my own, stored in a 'lib' directory :
but one advantage from my dirty lib comparing with the nino-io one is that the servo doesn't vibrate as if he was always working, this can be done with the 'stop' command that writes 0 in the enable file. (" echo 0 > /sys/class/pwm/pwmchip0/D9/enable ") Hope this could help ;-) |
https://github.com/linino/linino_distro/tree/lininoIO
The text was updated successfully, but these errors were encountered: