view dmx_usb_module/pyout @ 795:09026c837ceb

screenshot from 2012 Ignore-this: 2a8c1782cec203e2065abceab33aeb6f
author drewp@bigasterisk.com
date Sun, 01 Jul 2012 08:03:07 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

d = Dmx()
while 1:
    d.write("\xff" * 100, times=1)