view dmx_usb_module/pyout @ 1231:ef4ae15f2661

copy in rgb led program for arduino Ignore-this: ee63cf3e2100597625a4392bd95aba0d
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 10 Jun 2015 04:55:39 +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"