diff options
| author | Selene ToyKeeper | 2024-09-22 16:46:40 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2024-09-22 16:46:40 -0600 |
| commit | 89ea4e6f8ac15d3cb12d5562df9681c9d650b5f8 (patch) | |
| tree | 502399ddb1b11bdcdc33388958dba6b200bef379 /fsm/misc.h | |
| parent | Merge branch 'pr90-SammysHP-wurkkos-ts10-lowfet' into trunk (diff) | |
| download | anduril-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 '')
| -rw-r--r-- | fsm/misc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 /* |
