Skip to content

Releases: sovcik/iot-minilib

Progmem fix

10 Jun 09:29
Compare
Choose a tag to compare
2.3.1

progmem fix 2

Beeper api changed + documentation

19 Mar 11:31
f896eef
Compare
Choose a tag to compare

touchButton added for esp32

17 Mar 16:50
Compare
Choose a tag to compare
2.2.1

touch button

esp32 compatibility fix

05 Mar 08:36
Compare
Choose a tag to compare
2.2.0

esp32 compatibility

Fixing debug_print

04 Nov 13:40
Compare
Choose a tag to compare
2.1.1

version bump

Enhancing debug_print

03 Nov 21:53
Compare
Choose a tag to compare
  1. adding support for CONSOLE
  2. adding support for configurable CONSOLE_PORT and DEBUG_PORT
  3. adding support for configurable array formatter

Compatibility with esp32

08 Jun 18:04
Compare
Choose a tag to compare

Added compatibility with esp32

Timer api redesign

24 May 12:41
Compare
Choose a tag to compare
  1. 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

22 Mar 11:03
Compare
Choose a tag to compare

Printer support has been moved to SerialPrinter library

Fixing beeper

20 Mar 19:10
Compare
Choose a tag to compare
  1. explicitly calling pinMode fixes beeper