annotate dmx_usb_module/pyout @ 832:231a8b3aedc3

showconfig still reads n3 files on its own for legacy code. reads anything in top dir, not just config.n3 and patch.n3 Ignore-this: c510095c0c05e7508161fd4adc75449a
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 04 Jun 2013 23:18:46 +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