bigasterisk
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
Don't have an account?
hg
light9
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ 5ee1de9ddc9d
Branch filter:
default at 5ee1de9ddc9d
default
Location:
light9
/
dmx_usb_module
/
pyout
Show Full History
Show Authors
5ee1de9ddc9d
77 B
text/plain
Show Annotation
Show as Raw
Download as Raw
Drew Perttula
fix usbdmx live mode (probably breaking dummy mode)
1
2
3
4
5
6
7
from dmx import Dmx
d = Dmx()
while 1:
d.write("\xff" * 100, times=1)