view dmx_usb_module/pyout @ 1241:e588ede64e0e

update rgbled arduino code to more devices Ignore-this: b5474b59591c11a4bf42b85479ecec45
author drewp@bigasterisk.com
date Fri, 12 Jun 2015 10:02:08 +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"