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

Update PCA9685 driver to latest Adafruit CircuitPython driver #1178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 13, 2024

  1. Update PCA9685 driver to latest Adafruit CircuitPython driver

    - change pi and nano install to install the new driver.
    - update pins.py to use new driver to provide output and pwm
      pins on a PCA9685 board.
    - Change the PCA9685 actuator to be a subclass of PulseController,
      so it inherits the underlying pin provider and pulse controller
      api.  This elimnates the duplicate code in pins.py and actuator.py.
    Ezward committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bca136a View commit details
    Browse the repository at this point in the history