view dmx_usb_module/pyout @ 742:01d330152a18

update dmx_usb.c from upstream git repo Ignore-this: 22529d0178a3babc92b6bcd0c04dd7e8
author drewp@bigasterisk.com
date Fri, 15 Jun 2012 08:00:03 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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