view dmx_usb_module/pyout @ 857:1bda494a8c3a

attempted fix for FilePath making paths absolute (when they need to stay relative since they're used in uris) Ignore-this: 3bf04175136af9f1f7e823f875209303
author drewp@bigasterisk.com
date Wed, 05 Jun 2013 23:44:33 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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