Rune Langoy / KeypadLib

Dependents:   4x4KeyBoardExample xoxokey 4x4KeyBoardExample ProgettoCassaforte ... more

Fork of keypad by Dimiter K

Files at this revision

API Documentation at this revision

Comitter:
rlanghbv
Date:
Sun Sep 20 06:00:00 2015 +0000
Parent:
20:064b86485f26
Commit message:
doc update

Changed in this revision

keypad.h Show annotated file Show diff for this revision Revisions of this file
--- a/keypad.h	Sun Sep 20 05:56:16 2015 +0000
+++ b/keypad.h	Sun Sep 20 06:00:00 2015 +0000
@@ -102,7 +102,7 @@
      *  @return char
      *  @returns
      *     The pressed character\n
-     *     -1 if no keys was pressed
+     *     '\0' or NO_KEY if no keys was pressed
      */
     char getKey();