view dmx_usb_module/pyout @ 1171:c5c97aa42d1f

KC layout Ignore-this: 2a20659d9a63b2f711b21f71124f5bd6
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 04:37:44 +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"