view dmx_usb_module/pyout @ 1609:0bb3051fd6fd

move colorpick to its own file Ignore-this: 1e6572cf19a17c861e22ed1789206c39
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 05 Jun 2017 08:28: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"