view dmx_usb_module/pyout @ 1251:b174f95a3b8d

use proper pwm pins Ignore-this: 97267b7dc54b2c5187603a00829ea7eb
author drewp@bigasterisk.com
date Sat, 13 Jun 2015 04:33:52 +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"