猫史档案馆


【Python作品分享】microbit作品【作业帖】

用户:徐启东1徐启东1查看:0 回复:0 评论:0 创建时间:2021-04-05T17:58:40


【作品展示】

center_image

 

【作品介绍】

/ m nnn

 

【作品源代码】

from microbit import *
import radio


#When starting up
print('Hello')
for __count in range(9e+215):
    if button_a.is_pressed():
        display.show(Image('00000:09990:09990:09990:00000'))
        radio.on()
        radio.config(channel=6)
        radio.send('hjgmhmhmnhmnj,mkho fvbvfv ')
    pin10.write_analog(6)

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页