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 653ebf7 commit 18de664Copy full SHA for 18de664
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.4.11 - 2022-02-13
4
+
5
+Updates:
6
7
+* Update to `nerves_system_br v1.18.4`-based systems (Erlang/OTP 24.2.1)
8
+* Update `circuits_spi` to support devices that need the least significant bit
9
+ first
10
11
## v0.4.10 - 2022-01-16
12
13
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.4.10"
+ @version "0.4.11"
@all_targets [
:rpi,
:rpi0,
0 commit comments