view dmx_usb_module/pyout @ 1024:3506c2616728

playing with example syntax Ignore-this: e81452fe81bbdc0313d8de9a85b0231e
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 26 May 2014 08:05:49 +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"