Skip to content

Releases: Erutan409/Arduino-Relay-Library

Refactor of library.

24 Jun 00:57
998c02b
Compare
Choose a tag to compare
Merge pull request #5 from Erutan409/add-variable-number-of-relays

Refactor of library

Updated data types

27 Dec 17:28
Compare
Choose a tag to compare

Converted defined data types to be more explicit and to lower memory usage requirements.

Updating use of Avail library

23 Dec 23:12
Compare
Choose a tag to compare

Reflecting changes from Avail update.

README update

17 Dec 22:49
Compare
Choose a tag to compare
v1.1.1

Simple syntax update

Safety checks

17 Dec 22:46
bcbb59e
Compare
Choose a tag to compare

Enforces safety checks to ensure the relay(s) isn't being over-driven with runaway logic.

First release.

11 Dec 02:11
d7a3341
Compare
Choose a tag to compare

Rewrote most of the library to be more memory conscientious and to give more control to the developer.