Rotary encoder and new configs
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 ofconst
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!