We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd29ad commit ebc5e24Copy full SHA for ebc5e24
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.3.5
4
+
5
+* Bug fixes
6
+ * Reduce the number of I2C addresses scanned for detection to avoid confusing
7
+ some devices.
8
9
## v0.3.4
10
11
This release should work on Erlang/OTP 20 - 22 and Elixir 1.4 and
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project
- @version "0.3.4"
+ @version "0.3.5"
@source_url "https://github.com/elixir-circuits/circuits_i2c"
{:ok, system_version} = Version.parse(System.version())
0 commit comments