aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/anduril.txt
diff options
context:
space:
mode:
authorSelene ToyKeeper2017-08-27 17:58:06 -0600
committerSelene ToyKeeper2017-08-27 17:58:06 -0600
commit827c580b82d6bd6652ca9a1a839bc8bd0b6ece91 (patch)
tree052e0bd423ef2a307ed185ad28fd9b69b2bbaf4f /spaghetti-monster/anduril.txt
parentAdded TICKS_PER_SECOND because it's handy to avoid hardcoding the WDT speed i... (diff)
downloadanduril-827c580b82d6bd6652ca9a1a839bc8bd0b6ece91.tar.gz
anduril-827c580b82d6bd6652ca9a1a839bc8bd0b6ece91.tar.bz2
anduril-827c580b82d6bd6652ca9a1a839bc8bd0b6ece91.zip
Made discrete ramping to work significantly better.
Added momentary mode. Can only be exited by disconnecting power. Rearranged some mappings from off to other states.
Diffstat (limited to 'spaghetti-monster/anduril.txt')
-rw-r--r--spaghetti-monster/anduril.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/spaghetti-monster/anduril.txt b/spaghetti-monster/anduril.txt
index b046034..c391691 100644
--- a/spaghetti-monster/anduril.txt
+++ b/spaghetti-monster/anduril.txt
@@ -3,9 +3,10 @@ From off:
* Hold: Lowest level then ramp up
* 2 clicks: turbo
* Click, hold: highest level then ramp down
- * 3 clicks: strobe mode
- * 4 clicks: battcheck mode
- * 5 clicks: lock-out
+ * 3 clicks: battcheck mode
+ * 4 clicks: lock-out
+ * 5 clicks: strobe mode
+ + 6 clicks: momentary mode (disconnect power to exit)
In steady mode:
* 1 click: off
@@ -55,6 +56,11 @@ Beacon mode:
- Click, hold: dimmer
- 3 clicks: configure time between pulses
+Momentary mode:
+ * Press button: Light on (at memorized level).
+ * Release button: Light off.
+ * To exit, disconnect power. (loosen/tighten the tailcap)
+
TODO:
- save settings in eeprom
- make memory toggle-able (discrete ramping)