view dmx_usb_module/pyout @ 1445:6001c86f9fca

timeline: 1 row for now since i think the others were duplicating all notes (and also not showing them) Ignore-this: a763f8f93b04f6473600944e9533437d
author drewp@bigasterisk.com
date Sat, 11 Jun 2016 21:16: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"