The maximum frequency of the PWM output is 1526 Hz, but it can be adjusted using the PRESCALE register.
To configure the PCA9685 for 16-bit PWM mode, set the MODE1 register to 0x01 and the MODE2 register to 0x04. Then, set the LEDx_ON_L and LEDx_ON_H registers to define the 16-bit PWM value.
The OE pin is an active-low input that enables or disables the output drivers. When OE is low, the output drivers are enabled, and when OE is high, the output drivers are disabled.
The PCA9685 can be reset by setting the SLEEP bit in the MODE1 register to 1. This will reset the device and clear all registers.
The maximum current rating of the output drivers is 25 mA per channel.