Browse Source

Update microbit-start.py

Owen Diffey 9 năm trước cách đây
mục cha
commit
e85cdbc196
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      microbit-start.py

+ 1 - 1
microbit-start.py

@@ -13,6 +13,6 @@ while True:
             sleep(500)
             display.clear()
         elif button_b.is_pressed():
-            display.show(str(3*5))
+            display.show("Text2")
             sleep(500)
             display.clear()