Skip to content
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

Cleanup Servo code to leverage SoftPWM as a basis #81

Open
xtacocorex opened this issue Jan 14, 2018 · 1 comment
Open

Cleanup Servo code to leverage SoftPWM as a basis #81

xtacocorex opened this issue Jan 14, 2018 · 1 comment
Assignees

Comments

@xtacocorex
Copy link
Owner

The current servo code is prone to large jumps when sitting idle. Essentially wrap the SoftPWM library with abstractions to control by just and angle. This would make it suck less.

Servo has a constant frequency of 50Hz, 0 position PW = 1.5ms, Neg Max PW = 1ms, Pos Max PW = 2ms.

Refer to this:
https://bbs.nextthing.co/t/chip-io-softpwm-doesnt-work/14317/3?u=xtacocorex

@xtacocorex xtacocorex self-assigned this Jan 14, 2018
@xtacocorex
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant