Skip to content

Commit af5efe6

Browse files
committed
Changed log update
1 parent 71a6583 commit af5efe6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ The ```readRisingClick()``` was repeatedly reporting a "rising edge" detection a
5858
### v1.0.2 (24th August, 2021):
5959

6060
- Added debouncing to ```readInSteps()``` and made it return a **ABORTED_STEPS** value when the user stops pressing in the middle of the pressing period without reaching the intended stepped-period.
61-
- Added multiple buttons driven animations example.
6261
- Updated the Display API (wrapper class to the Adafruit_SSD1306 library) to make it more efficient and more intuitive, no change in how it works though.
62+
- Grouped the state variables used for all functions into a single ```uint8_t flag``` saving with this 3 bytes of memory.
63+
- Added multiple buttons driven animations example.

0 commit comments

Comments
 (0)