From 9416d720e118e4b5508ad17d64af0c9b69ff3a2f Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 28 Feb 2020 11:20:34 -0600 Subject: Redo numpad --- Lab3.X/numpad.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lab3.X/numpad.h') diff --git a/Lab3.X/numpad.h b/Lab3.X/numpad.h index d94bf42..057ee69 100644 --- a/Lab3.X/numpad.h +++ b/Lab3.X/numpad.h @@ -7,9 +7,9 @@ extern "C" { #endif /* __cplusplus */ - // Insert declarations + // Insert declarations void initKeyPad(void); - unsigned int readKeyPadRAW(void); + char readKeyPadRAW(void); #ifdef __cplusplus } -- cgit v1.2.3