view dmx_usb_module/pyout @ 1855:a2407582cef0

checkpoint show data Ignore-this: 2eef648121ef23daf76ffa2a760c3092
author drewp@bigasterisk.com
date Tue, 12 Jun 2018 04:53:28 +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"