circuits_i2c icon indicating copy to clipboard operation
circuits_i2c copied to clipboard

Communicate over I2C from Elixir

Results 8 circuits_i2c issues
Sort by recently updated
recently updated
newest added

Bumps [credo](https://github.com/rrrene/credo) from 1.7.5 to 1.7.6. Release notes Sourced from credo's releases. 1.7.6 Check it out on Hex: https://hex.pm/packages/credo/1.7.6 Credo.Check.Consistency.MultiAliasImportRequireUse fixed false positive Credo.Check.Readability.PredicateFunctionNames now ignores functions that implement a...

dependencies

On devices like the Beaglebone (AM335x), there's a 0-length write quirk. The result is that I2C device detection fails. The kernel log contains: ``` 18:12:45.886 [error] i2c i2c-0: adapter quirk:...

Over the past few years, I've learned that new users have a hard time finding device libraries so they sometimes re-implement support for a device (or give up). Good libraries...

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.34.1 to 0.34.2. Changelog Sourced from ex_doc's changelog. v0.34.2 (2024-07-08) Enhancements Allow anchors on function and callback autolinks Bug fixes Make module attributes searchable without leading @...

dependencies

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.37.2 to 0.37.3. Changelog Sourced from ex_doc's changelog. v0.37.3 (2025-03-06) Bug fixes Handle http-equiv=refresh during Swup.js navigation Include full error description when syntax highlighting fails Commits 0ab3d49...

dependencies
elixir

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.38.4 to 0.39.1. Changelog Sourced from ex_doc's changelog. Changelog v0.39.0 (2025-10-23) Enhancements Allow custom search engines to be configured with support for https://hexdocs.pm Improve admonition blocks so...

dependencies
elixir

Bumps [credo](https://github.com/rrrene/credo) from 1.7.12 to 1.7.13. Release notes Sourced from credo's releases. 1.7.13 Check it out on Hex: https://hex.pm/packages/credo/1.7.13 Fix compatibility & compiler warnings with Elixir 1.19 Credo.Check.Refactor.ABCSize fixed false...

dependencies
elixir

This removes both the Elixir module and the NIF. There's no longer any unintended NIF builds or loads or anything extra. To enable this, either set the `:default_backend` application environment...