Driver for PCA9641 2-channel I2C bus master arbiter chip for Elixir.
Go to file
Renovate Bot 1661c30de5
All checks were successful
continuous-integration/drone/push Build is passing
chore: Configure Renovate (#27)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.tool-versions` (asdf)
 * `.drone.yml` (droneci)
 * `mix.exs` (mix)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Use semantic prefixes for commit messages and PR titles.
  - Use `chore` as semantic commit type for commit messages and PR titles.
  - Removes rate limit for PR creation per hour.
  - Remove limit for open PRs at any time.
  - Automerge all upgrades (including `major`) if they pass tests.
  - Assign PRs to `james`.
  - Rebase existing PRs any time the base branch has been updated.
  - Raise PR when vulnerability alerts are detected.
  - Disable Renovate Dependency Dashboard creation.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.

---

### What to Expect

With your current configuration, Renovate will create 2 Pull Requests:

<details>
<summary>chore(deps): update dependency ex_doc to ~> 0.31</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/ex_doc-0.x`
  - Merge into: `main`
  - Upgrade ex_doc to `~> 0.31`

</details>

<details>
<summary>chore(deps): update dependency circuits_gpio to v2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/circuits_gpio-2.x`
  - Merge into: `main`
  - Upgrade circuits_gpio to `~> 2.0`

</details>

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:758a0db051676a629cb8daada3244b6287c728a47d095002c4ae62062eae6bf3-->

Reviewed-on: #27
Co-authored-by: Renovate Bot <bot@harton.nz>
Co-committed-by: Renovate Bot <bot@harton.nz>
2024-02-14 17:42:05 +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
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

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.