11

Dependents:   Program_R11

Revision:
13:fb6929fac0db
Parent:
11:a45e64141ce6
--- a/keypad.h	Sat Nov 03 23:43:46 2012 +0000
+++ b/keypad.h	Sun Nov 04 09:49:35 2012 +0000
@@ -93,6 +93,14 @@
      */
     int Scan(void);
 
+    /** Scan the keyboard for multiple debounced pressed keys
+     */
+    int DebouncedScanMultiple(void);
+
+    /** Scan the keyboard for multiple pressed keys
+     */
+    int ScanMultiple(void);
+
     /** User-defined function that to be called when a key is pressed
      *  @param fptr           A function pointer takes a uint32_t and
      *                        returns uint32_t