You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Immediately close I2C bus references after discovery. Waiting for the GC to
collect them could cause intermittent failures in rare scenarios where
multiple I2C device discoveries are done close together. This likely only
affects CI in practice.
Remove Erlang convenience functions since no one used them
Require Elixir 1.10 or later. Previous versions probably work, but won't be
supported. This opens up the possibility of using Elixir 1.10+ features in
future releases.