view dmx_usb_module/pyout @ 1565:cd3e3f50096a

#novidref to quiet net requests from timeline Ignore-this: a2ce3fd04578d4a1f2c3e4614146860a
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 25 May 2017 04:09:51 +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"