2.1.0 - Wrap around, ESP32-S2 DAC fix, SimpleCollections move
This release moves simple collections (the btree list) out of IoAbstraction and into a dedicated repo. It is probably the last refactor of IoAbstraction to move code into a new repository. It also contains a few small fixes.
Changes:
- Fix to select correct DAC bits on ESP32-S2. Should be automatic for most.
- Support wrap around on encoders with a new flag.
- Move simple collections into own repository (SimpleCollections).
Important note:
Should you see any compile problems around SimpleCollections.h being missing, ensure that you have the latest version of SimpleCollections library from your library manager.