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
Benoit Rousselle
bliss
Commits
60fd601c
Commit
60fd601c
authored
Aug 18, 2016
by
Holger Witsch
Committed by
bliss administrator
Sep 07, 2016
Browse files
After merge with master, this is the only change remaining.
parent
ea886ca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/controllers/motors/PiezoJack.py
View file @
60fd601c
...
...
@@ -92,7 +92,8 @@ class PiezoJack(Controller):
self
.
log
.
info
(
"{0:s} logging for controller {1:s}: level {2:s}{3:s}"
.
format
(
bcolors
.
RED
+
bcolors
.
BOLD
,
self
.
cname
,
elog
.
getLevelName
(
elog
.
level
()),
bcolors
.
ENDC
))
# *Analog* limits of linear use of capacitive sensor.
bcolors
.
ENDC
))
# *Analog* limits of linear use of capacitive sensor.
self
.
TADmin
=
self
.
config
.
get
(
"TADmin"
,
int
,
default
=
150000
)
self
.
TADmax
=
self
.
config
.
get
(
"TADmax"
,
int
,
default
=
700000
)
...
...
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