8000 Release 1.4.1 - implement EncodedButtonConfig to support 2^N-1 buttons with N pins · bxparks/AceButton · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.4.1 - implement EncodedButtonConfig to support 2^N-1 buttons with N pins

Compare
Choose a tag to compare
@bxparks bxparks released this 20 Jan 20:52
· 257 commits to master since this release
a718800
  • 1.4.1 (2020-01-20)
    • Implement generalized EncodedButtonConfig which can handle
      M=2^N-1 buttons using N pins using an optimization that makes
      only N calls to digitalRead() instead of M * N calls. Add
      examples/Encoded16To4Buttons example; rename examples/EncodedButtons
      to examples/Encoded8To3Buttons.
0