view dmx_usb_module/pyout @ 1443:dd3f72ac7214

effect eval support scaling of floats and Decimals Ignore-this: 1163a5558531dab5324718d30c25be2e
author drewp@bigasterisk.com
date Sat, 11 Jun 2016 21:14:55 +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"