Skip to content

Releases: mateusz-szczyrzyca/pir-motion-sensor

Motion time period bugfix

18 May 05:15
fb8db9f
Compare
Choose a tag to compare

This release introduces a bugfix with motion time period algorithm where std::time::Instant was incorrectly used to determine motion time period and thus this time was starting from beginning each time.

Small bugfix with setting pin state

15 May 14:07
ed4ea70
Compare
Choose a tag to compare
Merge pull request #7 from mateusz-szczyrzyca/toggle-fix

Removed unnecessary toggle in pin state

2.0.0

18 Apr 18:05
461f6d7
Compare
Choose a tag to compare

Simplified API, tests fixed.

New API and performance improvements

04 Apr 20:32
484356f
Compare
Choose a tag to compare
Merge pull request #3 from mateusz-szczyrzyca/new-examples

New examples because of changes in the API

v0.1.2

05 Mar 07:58
851973f
Compare
Choose a tag to compare

Initial release