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 4c988e0 commit ec9a97fCopy full SHA for ec9a97f
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v2.1.0 - 2025-02-10
4
+
5
+* New features
6
+ * Support setting a timeout on I2C bus transactions. Support for this depends
7
+ on the backend and drivers, but it's at least possible to set it. The
8
+ default is usually 1 second with Linux.
9
10
+* Improvements
11
+ * Various documentation and spec cleanup
12
13
## v2.0.7 - 2025-02-02
14
15
* Improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project
- @version "2.0.7"
+ @version "2.1.0"
@description "Use I2C in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_i2c"
0 commit comments