view dmx_usb_module/pyout @ 1940:cce016abe31e

sort of revive musictime. drop curvecalc time polling. Ignore-this: 8f2e1f1624f86eb6231321a7fbaeea1f
author drewp@bigasterisk.com
date Tue, 04 Jun 2019 08:13:15 +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"