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')

    沒有留言:

    張貼留言

    嵌入式系統(Embeded System)

     嵌入式系統的核心-微控制器單元(microcontroller unit,MCU) ,