view dmx_usb_module/pyout @ 633:3648a427e9a0

switch to usb_free_coherent and usb_alloc_coherent for new linux kernel Ignore-this: 6e4a0ad850b115888666e4cd930434ec
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 15 Jun 2011 07:31:50 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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