From eee06ae626a90a2d05aca3a2255c313f3900ed98 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sat, 29 Apr 2023 00:44:17 -0600 Subject: just a todo note for later --- spaghetti-monster/fsm-misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'spaghetti-monster') 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); -- cgit v1.2.3