Driver for PCA9641 2-channel I2C bus master arbiter chip for Elixir.
Go to file
2021-12-09 13:13:46 +13:00
config chore: set up git_ops and auto-releasing 2020-12-28 19:24:21 +13:00
lib chore(credo): fix linting issues. 2021-12-09 13:13:46 +13:00
test Read and write mailbox bytes separately. 2020-01-22 16:28:40 +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
.gitlab-ci.yml chore: change default branch to main. 2021-12-08 17:49:24 +13:00
CHANGELOG.md chore: set up git_ops and auto-releasing 2020-12-28 19:24:21 +13:00
LICENSE Update README, mix.exs and license. 2020-01-22 20:18:03 +13:00
mix.exs chore(deps): update dependency credo to ~> 1.6 2021-12-09 12:45:50 +13:00
mix.lock chore(deps): update dependency credo to ~> 1.6 2021-12-09 12:45:50 +13:00
README.md chore: set up git_ops and auto-releasing 2020-12-28 19:24:21 +13:00
renovate.json chore: update renovate.json 2021-12-09 11:26:13 +13:00

PCA9641

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

It's a pretty sweet little chip that lets you connect two i2c mastering devices to a shared downstream bus and makes sure that only one master can address the downstream devices at a time. It can also relay downstream interrupts to the mastering devices.

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, "~> 1.0.0"}
  ]
end

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