Files
stm32f103_spl_clion/BSP/Key.h
2026-08-11 23:30:04 +08:00

8 lines
88 B
C

#ifndef __KEY_H
#define __KEY_H
void Key_Init(void);
uint8_t Key_GetNum(void);
#endif