view dmx_usb_module/pyout @ 1509:8535eb1b40d6

caniusepython3 link Ignore-this: 2266cd8ec4efd265166a7ed5affcf68d
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 Mar 2017 08:45:09 +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"