view dmx_usb_module/pyout @ 1138:a073565e826e

..without recursion Ignore-this: e7253119486933c21541bf5e7115b745
author drewp@bigasterisk.com
date Sat, 14 Jun 2014 07:15:55 +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"