aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-04-29 00:44:17 -0600
committerSelene ToyKeeper2023-04-29 00:44:17 -0600
commiteee06ae626a90a2d05aca3a2255c313f3900ed98 (patch)
tree6c2c0b7d400b32f3a56e01321a834ee668263a71
parentlockout mode: fixed manual memory timer and tint, added 3H next channel, (diff)
downloadanduril-eee06ae626a90a2d05aca3a2255c313f3900ed98.tar.gz
anduril-eee06ae626a90a2d05aca3a2255c313f3900ed98.tar.bz2
anduril-eee06ae626a90a2d05aca3a2255c313f3900ed98.zip
just a todo note for later
-rw-r--r--spaghetti-monster/fsm-misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-misc.c b/spaghetti-monster/fsm-misc.c
index 5a8a9fc..80652b3 100644
--- a/spaghetti-monster/fsm-misc.c
+++ b/spaghetti-monster/fsm-misc.c
@@ -33,6 +33,7 @@ uint8_t blink_digit(uint8_t num) {
if (!num) { ontime = 8; num ++; }
for (; num>0; num--) {
+ // TODO: allow setting a blink channel mode per build target
set_level(BLINK_BRIGHTNESS);
nice_delay_ms(ontime);
set_level(0);
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.