diff options
Diffstat (limited to '')
-rw-r--r-- | Lab3.X/numpad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lab3.X/numpad.h b/Lab3.X/numpad.h index 057ee69..fe3f724 100644 --- a/Lab3.X/numpad.h +++ b/Lab3.X/numpad.h @@ -10,6 +10,7 @@ extern "C" { // Insert declarations
void initKeyPad(void);
char readKeyPadRAW(void);
+ char cycle();
#ifdef __cplusplus
}
|