.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
CODE_OF_CONDUCT.md
LICENSE
README.rst
README.rst.license
requirements.txt
setup.py
.github/workflows/build.yml
.github/workflows/release.yml
LICENSES/CC-BY-4.0.txt
LICENSES/MIT.txt
LICENSES/Unlicense.txt
adafruit_circuitpython_motor.egg-info/PKG-INFO
adafruit_circuitpython_motor.egg-info/SOURCES.txt
adafruit_circuitpython_motor.egg-info/dependency_links.txt
adafruit_circuitpython_motor.egg-info/requires.txt
adafruit_circuitpython_motor.egg-info/top_level.txt
adafruit_motor/__init__.py
adafruit_motor/motor.py
adafruit_motor/servo.py
adafruit_motor/stepper.py
docs/api.rst
docs/api.rst.license
docs/conf.py
docs/examples.rst
docs/examples.rst.license
docs/index.rst
docs/index.rst.license
docs/_static/favicon.ico
docs/_static/favicon.ico.license
examples/motor_pca9685_continuous_servo.py
examples/motor_pca9685_dc_motor.py
examples/motor_pca9685_servo_sweep.py
examples/motor_pca9685_stepper_motor.py
examples/motor_servo_sweep_simpletest.py
examples/motor_stepper_digitalio.py
tests/test_stepper.py