Files @ 5c158d37f1ce
Branch filter:

Location: light9/dmx_usb_module/pyout

drewp@bigasterisk.com
autoretry websocket. fix rdflib quad patching. only rerun handlers that asked for the affected subj-preds.
Ignore-this: 31e03cf07e5d460ea5c72d7beccefe7
1
2
3
4
5
6
7

from dmx import Dmx

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