MicroBitP01Microbit使用 Python

  • MicroBitP01Microbit線上各編輯器
  • MicroBitP01Microbit使用 Python

  • # Imports go at the top from microbit 
    import * 
    # Code in a 'while True:' loop repeats forever 
    while True: 
        display.show(Image.HEART) 
        sleep(1000) 
        display.scroll('Hello')

    沒有留言:

    張貼留言

    powershell

     #----------------------------------------