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.
|
|
6 years ago | |
|---|---|---|
| .. | ||
| README.md | 6 years ago | |
| boot.py | 6 years ago | |
| main.py | 6 years ago | |
| motor.py | 6 years ago | |
| pca9685.py | 6 years ago | |
| servo.py | 6 years ago | |
| stepper.py | 6 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