We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Tell me please, how use servo.go with Pico? I have this code:
package main import ... func main() { srv, err := servo.New(machine.PWM0, machine.GP16) if err != nil { println(err.Error()) } for i := 0; i <= 180; i++ { srv.SetAngle(i) time.Sleep(time.Millisecond * 2) } }
But servo works in jerks.. https://www.friendlywire.com/projects/ne555-servo-safe/SG90-datasheet.pdf
The text was updated successfully, but these errors were encountered:
@eleimt please see Servo example in repo:
https://github.com/tinygo-org/drivers/blob/release/examples/servo/servo.go
Sorry, something went wrong.
@deadprogram Hi, thanks, I find problem. Problem was not in code.
No branches or pull requests
Hello
Tell me please, how use servo.go with Pico? I have this code:
But servo works in jerks..
https://www.friendlywire.com/projects/ne555-servo-safe/SG90-datasheet.pdf
The text was updated successfully, but these errors were encountered: