You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3a26cf4b16 | 5 years ago | |
---|---|---|
.. | ||
README.md | 5 years ago | |
boot.py | 5 years ago | |
main.py | 5 years ago | |
motor.py | 5 years ago | |
pca9685.py | 5 years ago | |
servo.py | 5 years ago | |
stepper.py | 5 years ago |
README.md
Motors (servos, steppers, DC)
The modules for this came from this legacy Adafruit repo https://github.com/adafruit/micropython-adafruit-pca9685. Look at it's Docs
I2C Servo driver (PCA9685)
Using the PCA9685 from adafruit, we can drive multiple servos using PWM. A large amount of the content for this read my comes from the adafruit article on PCA9685 with Micropython
The git repo https://github.com/adafruit/micropython-adafruit-pca9685 is still up. Look at it's Docs