Packages

package pca

Type Members

  1. class PCA9685GpioProvider extends GpioProviderBase with GpioProvider

    This GPIO provider implements the PCA9685 16-channel, 12-bit PWM I2C-bus LED/Servo controller as native Pi4J GPIO pins.

    This GPIO provider implements the PCA9685 16-channel, 12-bit PWM I2C-bus LED/Servo controller as native Pi4J GPIO pins. The PCA9685 is connected via I2C connection to the Raspberry Pi and provides 16 PWM pins that can be used for PWM output.

    More information about the PCA9685 can be found here:
    PCA9685.pdf

    ...and especially about the board here:
    Adafruit 16-Channel 12-bit PWM/Servo Driver

  2. class PCA9685GpioProviderPinCache extends GpioProviderPinCache

    See also

    PCA9685GpioProvider

  3. class PCA9685Pin extends AnyRef

    Represents all of the 16 PWM channels provided by the PCA9685 I2C 12-bit PWM LED/Servo controller.

    Represents all of the 16 PWM channels provided by the PCA9685 I2C 12-bit PWM LED/Servo controller.

    See also

    PCA9685GpioProvider

Ungrouped