Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Henrich Hanušovský
hackathon-2020
Commits
8904ed97
Commit
8904ed97
authored
Dec 03, 2020
by
Samuel Matús
Browse files
red orange update
parent
0ddf546d
Changes
1
Hide whitespace changes
Inline
Side-by-side
rasppi/trafficControl.py
View file @
8904ed97
...
...
@@ -117,7 +117,6 @@ def normalMode():
normalDone
=
False
leds
=
currentLight
.
get
(
'leds'
)
greenOn
=
False
leds
[
2
].
off
()
leds
[
1
].
on
()
# 1 orange
...
...
@@ -126,6 +125,7 @@ def normalMode():
break
time
.
sleep
(
1
)
leds
[
2
].
off
()
leds
[
1
].
off
()
leds
[
0
].
on
()
...
...
Write
Preview
Markdown
is supported
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