view dmx_usb_module/pyout @ 1606:cb396a0ff04b

missing bower deps Ignore-this: db28e043c0775f5e44730d7dc07d73e5
author drewp@bigasterisk.com
date Mon, 05 Jun 2017 04:37:07 +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"