view dmx_usb_module/pyout @ 1799:0bb7b9df12e5

collector warnings and errors. the reactor.crash isn't working. Ignore-this: b7d4a6c08f04c924ffba6112483f9c19
author drewp@bigasterisk.com
date Fri, 08 Jun 2018 03:35:30 +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"