按键功能完成 上机测试成功

This commit is contained in:
2021-09-18 15:05:53 +08:00
parent 061acbf55d
commit 04dddf88d1
9 changed files with 5065 additions and 3657 deletions
+2 -2
View File
@@ -12,10 +12,10 @@
struct button
{
uint16_t code;
int code;
uint8_t lock;
uint32_t time;
uint16_t times;
int times;
};
void GEI_BUTTON_CODE(struct button *bt,uint8_t in);