view dmx_usb_module/pyout @ 1219:b15a2d8ef1ab

add homepage Ignore-this: 74a121dfce614bfd3a83eadc18e18efa
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 08 Jun 2015 02:26:14 +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"