Fix keywords.txt file.

This commit is contained in:
Jack Christensen
2012-09-20 19:15:11 -04:00
parent 017524b2f3
commit bc2e4c112e
2 changed files with 10 additions and 10 deletions

View File

@@ -96,7 +96,7 @@ milliseconds. Returns false or true accordingly. These functions are useful to
detect "long presses". Note that these functions DO NOT cause the button to be detect "long presses". Note that these functions DO NOT cause the button to be
read. read.
Example: if (myButton.pressedFor(1000) { //has button been pressed Example: if ( myButton.pressedFor(1000) ) { //has button been pressed
//for one second? //for one second?
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------