You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,5 +58,6 @@ The ```readRisingClick()``` was repeatedly reporting a "rising edge" detection a
58
58
### v1.0.2 (24th August, 2021):
59
59
60
60
- 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.
- 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.
0 commit comments