view dmx_usb_module/pyout @ 814:1ae8e6b287e3

improvements to file watching. outline of how resync will work Ignore-this: 501c4f2076099364645cc27e9fe48f61
author drewp@bigasterisk.com
date Sun, 30 Sep 2012 07:11:49 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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