view dmx_usb_module/pyout @ 1019:5939fce98fad

notes for next step Ignore-this: 302635a526c833e818eaff3e566d07e7
author drewp@bigasterisk.com
date Mon, 26 May 2014 07:45:06 +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"