Close

PCA9685 PWM Driver

A project log for Various Micropython Libraries and Drivers

A collection of miscellaneous libraries and drivers for Micropython

dehipudeʃhipu 06/27/2016 at 21:050 Comments

This chip is actually used in two different modules. First it's used in the 16-channel I²C servo (and LED) drivers. Second, it's also used in Adafruit's motor shield. That's why apart from the main module, which lets you control the chip directly, there are also two others, specifically for the servos and the DC motors.

The source code is at https://bitbucket.org/thesheep/micropython-pca9685/src

Discussions