view dmx_usb_module/pyout @ 1634:1f17634e0411

checkpoint show data Ignore-this: 670c34358d0d39f10353c64f7400fa3a
author drewp@bigasterisk.com
date Sat, 10 Jun 2017 04:56:04 +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"