Releases: MaratDevT/SimpleCode
Releases · MaratDevT/SimpleCode
Release list
v2.0.0
What's New in v2.0.0
- Physical Toggle Switch Support: Added dedicated methods for latching switches and tumblers (
wasFlippedOn(),wasFlippedOff(),isOn(),isOff()) with stable startup checking. - Simplified Non-Blocking Timing: Improved the global
wait(ms)function for easier, cleaner delays without freezing the microcontroller loop. - Refactored Code Structure: Cleanly separated configuration logic for momentary push-buttons and latching toggle switches.