8 lines
88 B
C
Raw Normal View History

2025-05-26 18:48:47 +08:00
#ifndef __KEY_H
#define __KEY_H
void Key_Init(void);
uint8_t Key_GetNum(void);
#endif