Added compiled projects. /JL

This commit is contained in:
Jan Lerking
2025-04-23 06:11:25 +02:00
parent 35326109f4
commit 41529c1be8
10 changed files with 101 additions and 10 deletions

View File

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