Driver for PCA9641 2-channel I2C bus master arbiter chip for Elixir.
Go to file
James Harton b8624141f2
All checks were successful
continuous-integration/drone/push Build is passing
chore: migrate to local (#26)
* Add Drone CI configuration
* Change URLs
* Remove Gitlab CI configuration

Reviewed-on: #26
Co-authored-by: James Harton <james@harton.nz>
Co-committed-by: James Harton <james@harton.nz>
2024-02-14 16:15:59 +13: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: migrate to local (#26) 2024-02-14 16:15:59 +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: migrate to local (#26) 2024-02-14 16:15:59 +13:00
CHANGELOG.md chore: migrate to local (#26) 2024-02-14 16:15:59 +13:00
LICENSE.md chore!: Relicence to HL3-FULL. 2023-01-17 11:05:28 +13:00
mix.exs chore: migrate to local (#26) 2024-02-14 16:15:59 +13:00
mix.lock chore: migrate to local (#26) 2024-02-14 16:15:59 +13:00
README.md chore: migrate to local (#26) 2024-02-14 16:15:59 +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

If 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.0"}
  ]
end

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

Github Mirror

This repository is mirrored on Github from it's primary location on my Forejo 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.