view dmx_usb_module/pyout @ 1712:96b37d4f96aa

license Ignore-this: eb2b91d8ee5d4c6fea7866968de5b550
author drewp@bigasterisk.com
date Fri, 04 May 2018 03:10:36 +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"