PCA9685-Python-Microbit icon indicating copy to clipboard operation
PCA9685-Python-Microbit copied to clipboard

Microbit Python Driver for PCA9685 16-Channel 12-bit PWM/Servo Driver - I2C interface

Results 2 PCA9685-Python-Microbit issues
Sort by recently updated
recently updated
newest added

In the module `PCA9685.py`, in the `duty()` definition, there is an attempt to use `set_pwm()` without on and off arguments.

I use mu editor, when I connect PCA9685 to microbit with slave address "0x41". The microbit gives me that "no module pca9685". from microbit import sleep, i2c import PCA9685 import...