Skip to content

Rotary encoder and new configs

Compare
Choose a tag to compare
@clockspot clockspot released this 08 Sep 00:21
· 56 commits to master since this release
4e58a5d

Operating instructions for v1.9.0

  • Support for rotary encoder is reintroduced, via Paul Stoffregen’s Encoder library.
    • Encoder test sketch is provided.
  • Configs have been updated to use #define instead of const to support conditional includes, so that (among other perks) libraries don’t have to be installed in the IDE if the functionality they support is disabled in config. Simplified configs are also provided for v8/v9.
  • Setting values can now loop (since rotary encoder is more of a PITA to use than I want to admit).
  • Bugfix: timer seconds can be set to >32. Damn those data type bugs!