Updated. /JL

This commit is contained in:
Jan Lerking
2025-04-10 11:06:28 +02:00
parent cffc195128
commit 0948db2a2e
7 changed files with 63 additions and 52 deletions

10
main.py Normal file
View File

@@ -0,0 +1,10 @@
from microbit import *
from billede import billede
from binær_tæller import bin_taeller_v1
from binær_tæller import bin_taeller_v2
running = True
while running:
#billede()
bin_taeller_v2()