Driver for PCA9641 2-channel I2C bus master arbiter chip for Elixir.
Go to file
Renovate Bot 78cd2cd385
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency wafer to v1.1.0
2024-04-24 14:38:01 +12:00
config chore: migrate to local (#26) 2024-02-14 16:15:59 +13:00
lib chore: migrate to local (#26) 2024-02-14 16:15:59 +13:00
test chore: migrate to local (#26) 2024-02-14 16:15:59 +13:00
.drone.yml chore: fix docs release. 2024-03-14 19:27:25 +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
.tool-versions chore(deps): update dependency erlang to v26.2.4 2024-04-13 00:31:46 +12:00
CHANGELOG.md chore: release version v2.0.1 2024-02-23 20:25:43 +13:00
LICENSE.md chore!: Relicence to HL3-FULL. 2023-01-17 11:05:28 +13:00
mix.exs chore(deps): update dependency ex_check to ~> 0.16 2024-03-01 23:23:46 +13:00
mix.lock chore(deps): update dependency wafer to v1.1.0 2024-04-24 14:38:01 +12:00
README.md chore: fix typo in readme 2024-03-08 14:46:59 +13:00
renovate.json chore: Configure Renovate (#27) 2024-02-14 17:42:05 +13:00

PCA9641

Build Status Hex.pm Hippocratic License HL3-FULL

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

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

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

Documentation for the latest release can be found on HexDocs and for the main branch on docs.harton.nz.

Github Mirror

This repository is mirrored on Github from it's primary location on my Forgejo instance. Feel free to raise issues and open PRs on Github.

License

This software is licensed under the terms of the HL3-FULL, see the LICENSE.md file included with this package for the terms.

This license actively proscribes this software being used by and for some industries, countries and activities. If your usage of this software doesn't comply with the terms of this license, then contact me with the details of your use-case to organise the purchase of a license - the cost of which may include a donation to a suitable charity or NGO.