view dmx_usb_module/pyout @ 928:d9fd4725c453

just logging improvements Ignore-this: 821759b35224a65628557c2cfd713b54
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 11 Jun 2013 20:09:45 +0000
parents 2b2ad8e7cb9f
children
line wrap: on
line source


from dmx import Dmx

d = Dmx(port="/dev/dmx1")
while 1:
    d.write("\x00" * 100)
    print "wrote"