import pyb from gy39 import GY39 import time gy_39=GY39(1) while True: l,t,p,h,H=gy_39.read() print('光照强度:%s lux'%l) print('当前温度:%s ℃'%t) print(' ...
確定! 回上一頁