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.
Drew Bednar 3a26cf4b16 Adding motors and updating scripts 5 years ago
..
README.md Adding motors and updating scripts 5 years ago
boot.py Adding motors and updating scripts 5 years ago
main.py Adding motors and updating scripts 5 years ago
motor.py Adding motors and updating scripts 5 years ago
pca9685.py Adding motors and updating scripts 5 years ago
servo.py Adding motors and updating scripts 5 years ago
stepper.py Adding motors and updating scripts 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