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 5cc92ae commit 869d492
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
@@ -1,6 +1,6 @@
# Examples InputDebounce Arduino Library [![Build Status](https://travis-ci.org/Mokolea/InputDebounce.svg)](https://travis-ci.org/Mokolea/InputDebounce)

**TODO...**
There are multiple ways to get the input state.

## Test_InputDebounce
Showing general usage...
Expand All @@ -9,7 +9,7 @@ Showing general usage...
Using callback methods...

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

*GNU General Public License v2.0*

Expand Down

0 comments on commit 869d492

Please sign in to comment.