view dmx_usb_module/pyout @ 1975:f66dbe512025

reformat Ignore-this: c968c4cd1b9a580c7b0fedc00df8a80
author drewp@bigasterisk.com
date Sat, 08 Jun 2019 07:45:25 +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"