view dmx_usb_module/pyout @ 1744:ee3273dc1589

restore the code that updates zoomFlattened Ignore-this: cc276917562be6e3a3837f5dc728855a
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 19 May 2018 23:35:42 +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"