aboutsummaryrefslogtreecommitdiff
path: root/fsm/misc.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2024-09-22 16:46:40 -0600
committerSelene ToyKeeper2024-09-22 16:46:40 -0600
commit89ea4e6f8ac15d3cb12d5562df9681c9d650b5f8 (patch)
tree502399ddb1b11bdcdc33388958dba6b200bef379 /fsm/misc.h
parentMerge branch 'pr90-SammysHP-wurkkos-ts10-lowfet' into trunk (diff)
downloadanduril-89ea4e6f8ac15d3cb12d5562df9681c9d650b5f8.tar.gz
anduril-89ea4e6f8ac15d3cb12d5562df9681c9d650b5f8.tar.bz2
anduril-89ea4e6f8ac15d3cb12d5562df9681c9d650b5f8.zip
cherry-picked hank-lume-x1 code from https://github.com/loneoceans/anduril/commit/d83ebb75dab8c462b7efa841bccc00a136ff15a2
The [PR](https://github.com/ToyKeeper/anduril/pull/37) has a lot of other stuff in it, so I'm just picking out the parts needed for this particular light, and leaving the rest for later. Will need further edits before merging into trunk.
Diffstat (limited to 'fsm/misc.h')
-rw-r--r--fsm/misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fsm/misc.h b/fsm/misc.h
index ba1f8d9..0b13496 100644
--- a/fsm/misc.h
+++ b/fsm/misc.h
@@ -28,6 +28,9 @@ void auto_clock_speed();
#ifdef USE_BLINK_NUM
//#define USE_BLINK
uint8_t blink_num(uint8_t num);
+#ifdef USE_LONG_BLINK_FOR_NEGATIVE_SIGN
+void blink_negative();
+#endif
#endif
/*