view dmx_usb_module/pyout @ 841:b0cf9bcb2230

trying to fix the inotify noticer code, but it still breaks on some emacs edits Ignore-this: adec9f3f8f11fc90d17157fb0b5d89a
author drewp@bigasterisk.com
date Tue, 26 Mar 2013 07:08:03 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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