adafruit / Adafruit_CircuitPython_PCA9685

Adafruit CircuitPython driver for PCA9685 16-channel, 12-bit PWM LED & servo driver chip.
MIT License
120 stars 64 forks source link

timing control not exposed #62

Open AcThPaU opened 2 months ago

AcThPaU commented 2 months ago

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 instead of accepting a simple duty cycle value.