view dmx_usb_module/pyout @ 812:5ff9d9e264bb

Patch.fromDiff and its usage in graphfile changes Ignore-this: 650eaba5a71a5e838d14af5110b04e34
author drewp@bigasterisk.com
date Sat, 29 Sep 2012 21:00:34 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

d = Dmx()
while 1:
    d.write("\xff" * 100, times=1)