Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 497 Bytes

CHANGELOG.md

File metadata and controls

17 lines (9 loc) · 497 Bytes

Changelog

v0.1.6

Removed unintentional warning that would make a lot of noise in logs.

v0.1.5

Add termination callback to clean up GPIO and I2C references held via Circuits when GenServer closes. They could easily get jammed.

Add adaptive dynamic interrupt handling using a tolerance mechanism. See README for details.

v0.1.4

Add graceful error output on failing to set up interrupt pin. This is better than dying in a weirdly quiet way due to a match error.

Added a changelog.