view dmx_usb_module/pyout @ 1900:84b5aab10e47

stubs Ignore-this: 69aa78eaab81f65fcf977cf9c00ddfec
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 31 May 2019 22:41:29 +0000
parents 2b2ad8e7cb9f
children
line wrap: on
line source


from dmx import Dmx

d = Dmx(port="/dev/dmx1")
while 1:
    d.write("\x00" * 100)
    print "wrote"