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
Tammo Jan Dijkema
zonnedemo
Commits
e3ebfaf1
Unverified
Commit
e3ebfaf1
authored
Jul 06, 2021
by
Tammo Jan Dijkema
Browse files
Remove time.sleep
parent
0bf87994
Changes
2
Hide whitespace changes
Inline
Side-by-side
eclipswaarneming.py
View file @
e3ebfaf1
...
...
@@ -132,7 +132,7 @@ else:
datafile
=
open
(
f
"
{
sys
.
argv
[
1
]
}
"
,
"a"
)
while
not
(
stoprequest
):
time
.
sleep
(
0.2
)
plt
.
pause
(
0.2
)
if
signal
==
prev_signal
:
continue
prev_signal
=
signal
...
...
zonnewaarneming.py
View file @
e3ebfaf1
...
...
@@ -113,7 +113,7 @@ separation = None
maxsignal
=
0.
while
not
stoprequest
:
time
.
sleep
(
0.2
)
plt
.
pause
(
0.2
)
if
signal
==
prev_signal
:
continue
prev_signal
=
signal
...
...
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