view dmx_usb_module/pyout @ 1629:2fc0e726a3c3

rdfdb alternate graph formats for timing tests Ignore-this: 4aea5721454500c088927b10ca17aae
author drewp@bigasterisk.com
date Sat, 10 Jun 2017 02:06:30 +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"