view dmx_usb_module/pyout @ 775:39fbc8d4572c

checkpoint Ignore-this: 7f94c0be286f19d0a26ebb3dca537367
author drewp@bigasterisk.com
date Sat, 16 Jun 2012 18:54:08 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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