unit DebugPinI em.lang/DebugPinI.em 1 2 3 4 5 6 7 8 9 10 11 12 13 14package em.lang interface DebugPinI function clear() function get(): bool function set() function toggle() function pulse() function mark(k: uint8 = 0) function reset() function startup() end