Skip to content

unit McuN

em.hal/McuN.em
package em.hal

import McuI

module McuN: McuI

end

def getResetCode()
    return 0
end

def getStashAddr()
    return null
end

def isWarm()
    return false
end

def readEui48(dst)
end

def reset(code)
end

def startup()
end

def shutdown()
end