view dmx_usb_module/pyout @ 1218:ab72450ef4b1

style consolidation Ignore-this: 815d0e10ea2df2d401187f5f835d616
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 08 Jun 2015 02:09:39 +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"