Skip to content

unit UsThreshI

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

interface UsThreshI

    function pause()
    function set(usecs: uint16)

end