issues
search
bxparks
/
AceButton
An adjustable, compact, event-driven button library for Arduino that debounces and dispatches events to a user-defined event handler.
MIT License
393
stars
37
forks
source link
1.1.0 - autogenerate benchmarks, support ESP32
#10
Closed
bxparks
closed
6 years ago
bxparks
commented
6 years ago
1.1.0 (2018-05-03)
Change to MIT License.
Add instrumentation of AceButton.check() using TimingStats to measure performance. (Fixes #9)
Add
examples/AutoBenchmark
sketch to auto-generate benchmarks for various microcontrollers.
Verify that library and examples compile, and the tests pass for ESP32.
Add a third method for distinguishing Clicked from DoubleClicked using both techniques described in 1.0.6.
examples/AutoBenchmark
sketch to auto-generate benchmarks for various microcontrollers.