view dmx_usb_module/pyout @ 1100:1583e997fe0e

pull EffectLoop to another module Ignore-this: 6880f3f0b2aed3107c871296ad6cfbb9
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 09 Jun 2014 03:55:50 +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"