view dmx_usb_module/pyout @ 1675:e2ddb3e55b84

auraSparkles Ignore-this: 67d3d6f3f67d729685944b584a2d801a
author drewp@bigasterisk.com
date Sun, 11 Jun 2017 18:58:53 +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"