Driver for PCA9641 2-channel I2C bus master arbiter chip for Elixir.
Go to file
2019-12-02 17:42:00 +13:00
config It's ALIVE 2019-10-12 20:47:29 +13:00
lib Port over to using circuits_i2c instead of elixir_ale. 2019-12-02 17:42:00 +13:00
test Empty mix project. 2019-10-11 18:27:16 +13:00
.formatter.exs Empty mix project. 2019-10-11 18:27:16 +13:00
.gitignore Empty mix project. 2019-10-11 18:27:16 +13:00
mix.exs Port over to using circuits_i2c instead of elixir_ale. 2019-12-02 17:42:00 +13:00
mix.lock Port over to using circuits_i2c instead of elixir_ale. 2019-12-02 17:42:00 +13:00
README.md Initial version of the driver. 2019-10-11 21:47:24 +13:00

PCA9641

Driver for the PCA9641 2-channel I2C bus master arbiter chip.

Installation

If available in Hex, the package can be installed by adding pca9641 to your list of dependencies in mix.exs:

def deps do
  [
    {:pca9641, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/pca9641.