ServoKit.PCA9685 (servo_kit v0.0.5) View Source

Controls the PCA9685 PWM Servo Driver. See PCA9685 Datasheet.

Link to this section Summary

Functions

Performs the software reset. See PCA9685 Datasheet 7.1.4 and 7.6.

Puts the board into the sleep mode.

Wakes the board from the sleep mode.

Link to this section Functions

Performs the software reset. See PCA9685 Datasheet 7.1.4 and 7.6.

Examples

iex> ServoKit.PCA9685.reset(state)

Puts the board into the sleep mode.

Examples

iex> ServoKit.PCA9685.sleep(state)

Wakes the board from the sleep mode.

Examples

iex> ServoKit.PCA9685.wake_up(state)