view dmx_usb_module/pyout @ 823:eefe63581d35

monkeypatch for rdflib that fixes a bug serializing floats Ignore-this: 86a4069b2c3bd64938d25413a10854a4
author drewp@bigasterisk.com
date Thu, 17 Jan 2013 03:58:01 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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