File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.2.0 - 2023-12-14
4+
5+ * Changes
6+ * Add workaround to GPIO pin numbering change on TI AM335x platforms (like the
7+ BBB) that happened between Linux 5.10 and 5.15. Circuits.GPIO will remap the
8+ pins automatically so the number is consistent with the way it's been for
9+ years and the way that most online docs talk about it. E.g., GPIO number is
10+ the pin bank times 32 plus the pin offset in the bank.
11+ * Defer NIF loading until opening the first GPIO. This is a minor optimization
12+ to delay shared library load time and issue to a little later in boot.
13+
314## v1.1.0 - 2022-12-31
415
516* Changes
Original file line number Diff line number Diff line change 11defmodule Circuits.GPIO.MixProject do
22 use Mix.Project
33
4- @ version "1.1 .0"
4+ @ version "1.2 .0"
55 @ source_url "https://github.com/elixir-circuits/circuits_gpio"
66
77 def project do
You can’t perform that action at this time.
0 commit comments