view dmx_usb_module/pyout @ 1946:a362b892cb43

more makefile hacks to turn debug.js into an ES6 module Ignore-this: 79b9757e462e9007ae4c2c5eaaf9d917 (can't wait for the js build fairy to come clean all this up)
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 05 Jun 2019 06:00:40 +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"