view dmx_usb_module/pyout @ 1530:a5a44077c54c

docs and error msgs Ignore-this: 5c451744c5fa08c4560e45e6a90de4bd
author drewp@bigasterisk.com
date Wed, 10 May 2017 04:03: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"