from microbit import *
while true:
print(temperature())
sleep(2000)
temperature( )函数的数据来自 传感器;获取温度的时间间隔是秒。
微信扫码预览、分享更方便