Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393
Commits
9ad7c595
Commit
9ad7c595
authored
Apr 23, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduced number of default poll tries to 3, normally 2 is enough
parent
d0fcad21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
x393_sensor.py
py393/x393_sensor.py
+1
-1
No files found.
py393/x393_sensor.py
View file @
9ad7c595
...
...
@@ -2456,7 +2456,7 @@ input mem mtd4 ram1
return
res
def
lepton35_poll_BUSY
(
self
,
num_sensor
,
ntries
=
10
):
def
lepton35_poll_BUSY
(
self
,
num_sensor
,
ntries
=
3
):
"""
Poll BUSY bit of a status reg
@param num_sensor - sensor port number (0..3)
...
...
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