Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokolea committed Oct 24, 2015
1 parent 869d492 commit 8234af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ There are multiple ways to get the input state.
Showing general usage...

## Test_InputDebounce_Callbacks (since v1.1.0)
Using callback methods...
Using registered callback functions...

## Test_InputDebounce_Inheritance (since v1.1.0)
Using inheritance... by defining a subclass and override the methods `pressed()`, `released()` and `pressedDuration(unsigned int duration)`
Using inheritance... by defining a subclass and override the methods `pressed()`, `released()` and `pressedDuration(unsigned long duration)`

*GNU General Public License v2.0*

Expand Down

0 comments on commit 8234af7

Please sign in to comment.