view dmx_usb_module/pyout @ 859:9f771db2b0b6

don't react to inotify events that are just us reading the file Ignore-this: 5bbb75a72e2db038b1891c5aa7cce8b0
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 06 Jun 2013 03:19:40 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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