PCA9685.OutputEnable (pca9685 v1.0.0)

Handles twiddling the output-enable pin via GPIO.

Link to this section Summary

Functions

Set the output enable pin high.

Set the output enable pin low.

Connect to a specific GPIO pin as an output.

Link to this section Functions

Specs

disable(pid()) :: :ok | {:error, term()}

Set the output enable pin high.

Specs

enable(pid()) :: :ok | {:error, term()}

Set the output enable pin low.

Link to this function

start_link(pin)

Specs

start_link(non_neg_integer()) :: :ok | {:error, term()}

Connect to a specific GPIO pin as an output.