view dmx_usb_module/pyout @ 1890:ff15b27b640c

rdfdb scales update Ignore-this: 5e8d6a0c844033a28e83e8346531c53a
author drewp@bigasterisk.com
date Thu, 30 May 2019 01:59:57 +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"