开关控制led灯

This commit is contained in:
2026-08-11 23:30:04 +08:00
parent 57e7ee15e5
commit beea93edb8
6 changed files with 109 additions and 27 deletions

8
BSP/Key.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __KEY_H
#define __KEY_H
void Key_Init(void);
uint8_t Key_GetNum(void);
#endif