UIFlow Guide
from m5stack import *
from m5ui import *
from uiflow import *
import unit
setScreenColor(0x222222)
hall_0 = unit.get(unit.HALL, unit.PORTA)
while True:
print((str('hall:') + str((hall_0.value()))))
wait_ms(2)
print(hall_0.value())