view dmx_usb_module/pyout @ 1760:f2f2206281c4

indicate hover and selection on notes Ignore-this: 230f1cf1493ac7727f1df56dc155949b
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 29 May 2018 07:55:05 +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"