Skip to content

v0.12.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@CrazyIvan359 CrazyIvan359 released this 20 Dec 21:30
· 48 commits to master since this release
e62638f
  • Changed

    • GPIO CDev interrupts now use Python timestamp instead of event timestamp. On some
      systems it seems that it reports uptime nanoseconds, not epoch nanoseconds. Fixes
      #86. #88
  • Fixed

    • Math error in GPIO debounce calculation, multiplied when I should have divided. Also
      corrects cast error in CDev interrupt where epoch nanoseconds (1.6×1015)
      is cast to a 32-bit integer (max 2.15×109). Fixes #85. #87