view dmx_usb_module/pyout @ 1453:6906cacaa218

KC and SEQ share inotify code to reload effect code Ignore-this: 2ae8142fda67b2290f4d0af219781c69
author drewp@bigasterisk.com
date Sun, 12 Jun 2016 00:24:57 +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"