猫史档案馆


水果按键教程

用户:疯掉的星能猫7s5g疯掉的星能猫7s5g查看:0 回复:1 评论:0 创建时间:2021-08-15T12:59:34


from microbit import *


#When starting up
while True:
    if pin0.is_touched():
        display.show(Image.HAPPY)
    else:
        display.clear()
    if pin1.is_touched():
        display.show(Image.SAD)
    else:
        display.clear()
    if pin2.is_touched():
        display.show(Image('00000:09090:00000:09990:00000'))
    else:
        display.clear()


回复

上一页1 页 / 共 1下一页
疯掉的星能猫7s5g疯掉的星能猫7s5g

while True:
    print("what")

点赞0


评论