Skip to content

Releases: MaratDevT/SimpleCode

Release list

v2.0.0

Choose a tag to compare

@MaratDevT MaratDevT released this 14 Jun 20:02
70a13e8

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.

⚠️ Breaking Changes Notice: This release overhauls the internal switch logic to natively support physical toggle switches. Old projects using v1.0.0 code might require modifications to align with the new method names.

v1.0.0

Choose a tag to compare

@MaratDevT MaratDevT released this 12 Jun 06:25
1a85e05

Initial release of SimpleCode library.