Adafruit_CircuitPython_PCA9685 icon indicating copy to clipboard operation
Adafruit_CircuitPython_PCA9685 copied to clipboard

Adafruit CircuitPython driver for PCA9685 16-channel, 12-bit PWM LED & servo driver chip.

Results 5 Adafruit_CircuitPython_PCA9685 issues
Sort by recently updated
recently updated
newest added

This library can end up throwing a `ZeroDivisionError` in https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/blob/65f0e2c96ab97a8723a10d3a08c773682371cbc2/adafruit_pca9685.py#L142-L145 - this is probably occuring around issues with i2c communications but I'm not really sure. This is a confusing error...

bug
good first issue
Hacktoberfest

When I run any of the examples on a Raspberry Pi 5, I get this: ``` ImportError The above exception was the direct cause of the following exception: Traceback (most...

I'm trying to control an RC car and i#ve run into a road block so to say. The cars speed controller needs an activation signal before accepting any PWM signal....

I got a PCA9685 pwm board, and I want to control LEDs with it. But I can't find functions that are in the tutorial: `set_pwm_freq(freq)`, `set_pwm(channel, on, off)`. Are these...

It is impossible to control relative phase between channels as LEDn_ON and LEDn_OFF registers are not exposed. Please expose LEDn_ON and LEDn_OFF registers and let user customize their own timing...