view dmx_usb_module/pyout @ 429:41aa6895b3e6

ascoltami: local pympd import; cmdline ui
author drewp@bigasterisk.com
date Tue, 10 Jun 2008 05:15:22 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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