Releases: sovcik/iot-minilib
Releases · sovcik/iot-minilib
Progmem fix
Beeper api changed + documentation
2.3.0 version bump
touchButton added for esp32
2.2.1 touch button
esp32 compatibility fix
2.2.0 esp32 compatibility
Fixing debug_print
2.1.1 version bump
Enhancing debug_print
- adding support for CONSOLE
- adding support for configurable CONSOLE_PORT and DEBUG_PORT
- adding support for configurable array formatter
Compatibility with esp32
Added compatibility with esp32
Timer api redesign
- introducing
- timer reset (reset starting point, do not change status)
- timer resume (set status to running, do not reset starting point)
- timer timeout trigger (next timeout call will return true)
Removing printer classes
Printer support has been moved to SerialPrinter library
Fixing beeper
- explicitly calling pinMode fixes beeper