view dmx_usb_module/pyout @ 1293:52769b418d68

move underscore to bower Ignore-this: 782252f6f29575280b913d72cbe9decb
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 30 May 2016 07:02:27 +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"