Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-04-28 15:08:12 +08:00
parent 0e275a0c18
commit 34e444d832
69 changed files with 2553 additions and 2216 deletions
+7
View File
@@ -53,3 +53,10 @@ void GEI_BUTTON_CODE(button *bt)
}
int GET_ENCODE(encoder *e)
{
int buff;
buff=e->code;
e->code=0;
return buff;
}