aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSelene ToyKeeper2016-09-09 14:39:06 -0600
committerSelene ToyKeeper2016-09-09 14:39:06 -0600
commit0b64fad1bbac00989853567dd363bcfed408f374 (patch)
tree6663c8d8902014e04dcb56ac03c03bd86a179222 /bin
parentFlash ROM last, set fuses first. Switched from low=0xe2 to low=0xd2. (diff)
downloadanduril-0b64fad1bbac00989853567dd363bcfed408f374.tar.gz
anduril-0b64fad1bbac00989853567dd363bcfed408f374.tar.bz2
anduril-0b64fad1bbac00989853567dd363bcfed408f374.zip
level_calc minor formatting fix
Diffstat (limited to '')
-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:'),