Skip to content

Commit 4740a87

Browse files
committed
Call pinMode() in setup() rather than in constructors.
1 parent dd5ac05 commit 4740a87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ReleaseNotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## 2.0.0
4+
`pinMode()` shall be called only when running the `setup()` function.
5+
Changed objects to use a `begin()` method that must be called from `setup()`.
6+
7+
As this is a breaking change the major release number is updated.
8+
39
## 1.4.0
410
Support for more complex topologies where signals may depend
511
on routes through points/turnouts.

0 commit comments

Comments
 (0)