diff options
Diffstat (limited to 'include/keypad.h')
-rw-r--r-- | include/keypad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/keypad.h b/include/keypad.h index 3dbebdf..5263a0d 100644 --- a/include/keypad.h +++ b/include/keypad.h @@ -28,6 +28,7 @@ * Starts a task to poll the buttons. Must be called before any keypad reading. */ void keypad_init(void); +void keypad_start(void); /** * Reads the last pressed key on the keypad. |