Added projects from micro:bit editor. /JL

This commit is contained in:
Jan Lerking
2025-04-22 12:15:21 +02:00
parent 4be318f938
commit 35326109f4
9 changed files with 128399 additions and 94 deletions

42699
begynder/billede.hex Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +0,0 @@
from microbit import *
def billede():
display.show(Image.HEART)
sleep(1000)
display.scroll('Hello')

View File

@@ -1,6 +0,0 @@
from .billede import billede
running = True
while running:
billede()