view dmx_usb_module/pyout @ 659:61164aaadbaa

change lightsim to numpy Ignore-this: 96e2710b0afa0afec9e76c73d68f984d
author drewp@bigasterisk.com
date Sat, 18 Jun 2011 21:18:06 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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