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

Create a simple wrapper/factory for "servo hats" #177

Merged
merged 3 commits into from
Aug 17, 2023

Commits on Aug 14, 2023

  1. Create a simple wrapper/factory for "servo hats"

    Wraps the PCA9685 controller so that servos don't get re-used accidentally. Additionally, sets up a default singleton, also to avoid collisions.
    EAGrahamJr committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a029fa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Add a "start angle" to prevent servo jump.

    If a servo is initialized with the _default_ initial setting, there's a large likelyhood that it will "jump" to that position, thereby stressing the physical mechanism. Setting this is **intended** to prevent this, but not 100% guaranteed.
    EAGrahamJr committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8cb8cad View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Autocloseable

    EAGrahamJr committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fb0874e View commit details
    Browse the repository at this point in the history