view dmx_usb_module/pyout @ 1222:9a86ed1886db

remove old code 'gyrocontroller' Ignore-this: c6ef242d545b18d19a185917c52966ea
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 08 Jun 2015 07:13:44 +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"