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 'bin')
-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:'),
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.