view dmx_usb_module/pyout @ 1564:f2e6d96d02de

minor comments and refactors, I think, except the removal of 'row update' logging made a big perf difference Ignore-this: 24fd2d60fdfab9acc94107b02f0bc18c
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 25 May 2017 04:04:42 +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"