@gavin67890 yes, I did the same and checked a few times. Not working.
>>> gc.collect)
>>> 
paste mode; Ctrl-C to cancel, Ctrl-D to finish
=== from m5stack import *
=== from m5ui import *
=== from uiflow import *
=== import unit
=== setScreenColor(0x111111)
=== pahub_0 = unit.get(unit.PAHUB, unit.PORTA)
=== Ultrasonic_0 = unit.get(unit.ULTRASONIC, unit.PAHUB0)
=== 
=== 
Traceback (most recent call last):
  File "<stdin>", line 6, in <module>
  File "unit.py", line 187, in get
  File "<string>", line 1, in <module>
  File "units/_pahub.py", line 7, in __init__
  File "i2c_bus.py", line 32, in get
KeyboardInterrupt: 
>>>