view dmx_usb_module/pyout @ 1071:2f492b4ac301

put curve items under manipulator items Ignore-this: b608d7b5749f5b0a3551f5f23499d0e0
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 02 Jun 2014 07:47:00 +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"