pca9641 v0.2.1 PCA9641

PCA9641 Driver for Elixir using ElixirALE.

Usage:

Add your devices to your config like so:

config :PCA9641,
  devices: [
    %{bus: "i2c-1", address: 0x70, interrupt_pin: 7}
  ]

Then use the functions in [PCA9641.Device] to interract with the chip.

Link to this section Summary

Functions

Connect to an PCA9641 device.

Disconnect an PCA9641 device.

Link to this section Functions

Link to this function

connect(config)

Connect to an PCA9641 device.

Link to this function

disconnect(device_name)

Disconnect an PCA9641 device.