Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fjen Undso
nchl
Commits
f41f600e
Commit
f41f600e
authored
Jan 23, 2018
by
Fjen Undso
Browse files
lights: bruteforce sequence numbers when testing
parent
68661ff1
Changes
1
Hide whitespace changes
Inline
Side-by-side
lights.py
View file @
f41f600e
...
...
@@ -90,7 +90,5 @@ def make_stripe_data(pixellist):
if
__name__
==
'__main__'
:
colors
=
make_stripe_data
([
0
,
255
,
255
,
0
]
*
24
)
SEQUENCE
=
0
send
(
colors
)
SEQUENCE
=
128
send
(
colors
)
for
i
in
range
(
128
):
# bruteforce sequence numbers
send_broadcast
(
colors
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment