UIFlow Guide
Search
串口输出人体传感器的感应数值
from m5stack import * from m5ui import * from uiflow import * import hat import hat setScreenColor(0x111111) hat_pir_0 = hat.get(hat.PIR) while True: print(hat_pir_0.state) wait_ms(2)
hat_pir_0.state