Merge Python Branch into Main #1

Merged
hagi merged 45 commits from python into main 2022-12-30 19:15:27 +00:00
Showing only changes of commit afafad5ccf - Show all commits

View file

@ -12,4 +12,4 @@ def main():
reader.print()
while True:
reader.scan()
sleep(1)
sleep(0.1)