view dmx_usb_module/pyout @ 1624:4a751aaaee52

big timeline rewrites. hopefully it's faster and less leaky Ignore-this: f11cbe9b5f0950af7edfb91682470e60
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 09 Jun 2017 12:29:35 +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"