unit McuInfoN em.hal/McuInfoN.em 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15package em.hal import McuInfoI module McuInfoN: McuInfoI # ^| Nil implementation of the McuInfoI interface end def readBatMv() return 0 end def readTempC() return 0 end