view dmx_usb_module/pyout @ 1713:bd0c83b063df

bower, polymer, coffee updates Ignore-this: 39b3c5edc1ea34c1f138c538341269f
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 04 May 2018 07:58:13 +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"