My Project
Loading...
Searching...
No Matches
Key.h
Go to the documentation of this file.
1#ifndef __KEY_H
2#define __KEY_H
3
4void Key_Init(void);
5uint8_t Key_GetNum(void);
6
7#endif
void Key_Init(void)
Definition Key.c:4
uint8_t Key_GetNum(void)
Definition Key.c:15