view dmx_usb_module/pyout @ 1829:201a44537c06

checkpoint show data Ignore-this: a6cde6b69cc14d29aff8af2c9e25e8fc
author drewp@bigasterisk.com
date Sat, 09 Jun 2018 17:55:54 +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"