view dmx_usb_module/pyout @ 531:e8f6722a3881

ascoltami2 web one is in good shape. main missing piece is the auto-go button Ignore-this: 2a43f2b25b7b011437e8011bbab15954
author drewp@bigasterisk.com
date Sat, 12 Jun 2010 07:00:54 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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