view dmx_usb_module/pyout @ 1614:8753dd9e6bd1

add a bit of #ffffff to small rainbow Ignore-this: d32db85f76e5bc74d29884e5c1890c98
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 07 Jun 2017 04:50:30 +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"