Skip to content

Files

Latest commit

 

History

History

microbit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

使用该库,Micro:Bit程序可在掌控板上运行。

已实现Micro:Bit 功能

  • MicrBit Module
    • Button
    • Pin
    • Display
    • Image
    • UART
    • I2C
    • Accelerometer
    • Compass

使用

例:

from microbit import *
display.show(Image.HAPPY)