view dmx_usb_module/pyout @ 782:1ae4744edbb5

checkpoint Ignore-this: a4fd7614b652d75362038cba3d7308b8
author drewp@bigasterisk.com
date Sun, 17 Jun 2012 00:19:50 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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