aboutsummaryrefslogtreecommitdiffstats
path: root/Lab3.X/numpad.h
diff options
context:
space:
mode:
authorMatt Strapp <msattr@gmail.com>2020-02-28 11:20:34 -0600
committerMatt Strapp <msattr@gmail.com>2020-02-28 11:20:34 -0600
commit9416d720e118e4b5508ad17d64af0c9b69ff3a2f (patch)
tree8377222e117bcf97829713cce37c6525a2e50222 /Lab3.X/numpad.h
parentMerge origin/master (diff)
downloadee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar
ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.gz
ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.bz2
ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.lz
ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.xz
ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.zst
ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.zip
Redo numpad
Diffstat (limited to 'Lab3.X/numpad.h')
-rw-r--r--Lab3.X/numpad.h4
1 files changed, 2 insertions, 2 deletions
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
}