view dmx_usb_module/pyout @ 1454:50fe80faebab

animRainbow test. KC faster frame rate Ignore-this: 419c6a70711ba3df9a234998760f8d9c
author drewp@bigasterisk.com
date Sun, 12 Jun 2016 00:26:12 +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"