Skip to content

Releases: joshnishikawa/Flicker

2.0.0

30 Mar 06:18
Compare
Choose a tag to compare

Thresholds for switches are more dynamic allowing for many more use cases. Other optimizations and updated examples.

1.1.4

18 Dec 13:17
Compare
Choose a tag to compare

Added previousDuration() function that can be used on rising/falling edge to return the length of the input's previous state.
Added rose() and fell(). risingEdge() and fallingEdge() still work.
Now using bool data type where appropriate.

First official release

27 May 05:08
Compare
Choose a tag to compare

This is the first official release of Flicker - a library for making capacitive touch easy to use.