aboutsummaryrefslogtreecommitdiff
path: root/bin/level_calc.py
diff options
context:
space:
mode:
authorSelene ToyKeeper2016-09-09 14:51:38 -0600
committerSelene ToyKeeper2016-09-09 14:51:38 -0600
commit95c0a38ab91d0e681e5fcbbc949271679a43890c (patch)
tree0178523d74deb385213b4de73400bf8b2ffd232c /bin/level_calc.py
parentRaised the LVP trigger level since it seemed to be too low. (diff)
parentMerged bistro and bistro-tripledown updates. (diff)
downloadanduril-95c0a38ab91d0e681e5fcbbc949271679a43890c.tar.gz
anduril-95c0a38ab91d0e681e5fcbbc949271679a43890c.tar.bz2
anduril-95c0a38ab91d0e681e5fcbbc949271679a43890c.zip
merged trunk
Diffstat (limited to 'bin/level_calc.py')
-rwxr-xr-xbin/level_calc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/level_calc.py b/bin/level_calc.py
index ee1f1eb..de52998 100755
--- a/bin/level_calc.py
+++ b/bin/level_calc.py
@@ -14,7 +14,7 @@ def main(args):
(int, 'num_levels', 4, 'How many total levels do you want?'),
]
questions_per_channel = [
- (str, 'type', '7135', 'Type of channel: ["7135"] or "FET":'),
+ (str, 'type', '7135', 'Type of channel - 7135 or FET:'),
(int, 'pwm_min', 6, 'Lowest visible PWM level:'),
(float, 'lm_min', 0.25, 'How bright is the lowest level, in lumens?'),
#(int, 'pwm_max', 255, 'Highest PWM level:'),