unit Info em.mcu/Info.em 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17package em.mcu from em.hal import McuInfoI module Info: McuInfoI proxy Impl: McuInfoI end def readBatMv() return Impl.readBatMv() end def readTempC() return Impl.readTempC() end