Skip to content

Commit

Permalink
Update OneButton.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyDog18 authored Jul 16, 2020
1 parent 5c2d9cd commit 7da2d85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/OneButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
// - introduced new functions: tripleClickFunc() for 3+ clicks; getNumberClicks() to return number of clicks;
// - optimized - changed some types of variables (f.e.: bool _buttonPressed, uint8_t _state) to compact the code
// - modified SimpleOneButton example to test more functions incl. new tripleClickFunc() and getNumberClicks() functions
// 23.06.2020
// - sync up with the original library, release v1.5, by adding the new function attachPressStart().
// - extensed SimpleOneButton example that includes new function and allows to test almost all library functions.
// 09.07.2020
// - corrected spelling of attachTripleClic() function; now it is with just one 'p': Triple instead of Tripple.
// So, if you use my library, you would need to correct the function name in your application.
//
// -----

#ifndef OneButton_h
Expand Down

0 comments on commit 7da2d85

Please sign in to comment.