annotate dmx_usb_module/pyout @ 772:c0977217a7da

attempt to receive a brand new submaster. doesn't work, this fix doesn't address the problem. But you can drag it in twice as a workaround Ignore-this: feed1c3e69d0a50412fb6139e8c04ab0
author drewp@bigasterisk.com
date Sat, 16 Jun 2012 04:32: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