We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0586a25 commit e2d2598Copy full SHA for e2d2598
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v2.0.6 - 2024-09-27
4
+
5
+* Bug fixes
6
+ * Don't crash on ENXIO (errno 6) failures due to unresponsives I2C targets
7
+ * Add ENXIO as a known error for easier debugging next time
8
9
## v2.0.5 - 2024-09-08
10
11
Only Elixir 1.13 and later are supported now. There are no known issues with
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project
- @version "2.0.5"
+ @version "2.0.6"
@description "Use I2C in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_i2c"
0 commit comments