view dmx_usb_module/pyout @ 1254:da8a4696227f

make the rgb strip work more like the neo ones Ignore-this: e272be49d61373e188f7da5de19c273b
author drewp@bigasterisk.com
date Sat, 13 Jun 2015 06:28:30 +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"