view dmx_usb_module/pyout @ 1571:9bfd2303f011

fix bestMatch solve method Ignore-this: 2e7f5af86e2e54b36dfb27a6b52e26a5
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 28 May 2017 07:48:04 +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"