annotate dmx_usb_module/pyout @ 737:3d1112a894df

drag subs from KC into CC to make a new subterm (if needed) and curve and some points that turn the sub on right now. some bugs about adding a subterm more than once Ignore-this: 2c90a5d00c667ea38f23b0e6b36061dc
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 15 Jun 2012 07:00:49 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
355
4e60444605f6 add dmx_usb_module
drewp@bigasterisk.com
parents:
diff changeset
1
4e60444605f6 add dmx_usb_module
drewp@bigasterisk.com
parents:
diff changeset
2 from dmx import Dmx
4e60444605f6 add dmx_usb_module
drewp@bigasterisk.com
parents:
diff changeset
3
4e60444605f6 add dmx_usb_module
drewp@bigasterisk.com
parents:
diff changeset
4 d = Dmx()
4e60444605f6 add dmx_usb_module
drewp@bigasterisk.com
parents:
diff changeset
5 while 1:
4e60444605f6 add dmx_usb_module
drewp@bigasterisk.com
parents:
diff changeset
6 d.write("\xff" * 100, times=1)
4e60444605f6 add dmx_usb_module
drewp@bigasterisk.com
parents:
diff changeset
7