Skip to content

1.1.4

Compare
Choose a tag to compare
@joshnishikawa joshnishikawa released this 18 Dec 13:17
· 1 commit to master since this release

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.