view dmx_usb_module/pyout @ 1627:6e06a4955ef2

update paint bg Ignore-this: bce6e9e4717b5194c0991d9830000137
author drewp@bigasterisk.com
date Sat, 10 Jun 2017 02:05:08 +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"