view dmx_usb_module/pyout @ 1433:e3de5d1208ca

refactor makeNewNote Ignore-this: b1f934761ccb6359f9625cf4cc5969f8
author drewp@bigasterisk.com
date Sat, 11 Jun 2016 17:16:55 +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"