buttons doesnt work with famicon at all, even with ez button

This commit is contained in:
bel
2022-04-12 07:51:17 -06:00
parent 5ec7cf4801
commit 896040391d

View File

@@ -42,4 +42,5 @@ if __name__ == "__main__":
for i in range(3): for i in range(3):
print("", 3-i, "...") print("", 3-i, "...")
time.sleep(1) time.sleep(1)
tap(key) tap(53)
exit()