view dmx_usb_module/pyout @ 1671:e0d50994c6e5

missing some pkgs Ignore-this: e541f12fc284264a673e4dc383474fc1
author drewp@bigasterisk.com
date Sun, 11 Jun 2017 07:14:05 +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"