Skip to content

unit McuInfoI

em.hal/McuInfoI.em
1
2
3
4
5
6
7
8
package em.hal

interface McuInfoI

    function readBatMv(): uint16
    function readTempC(): int8

end