diff options
| author | Selene ToyKeeper | 2019-05-22 21:08:04 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-05-22 21:08:04 -0600 |
| commit | b17fb36ccf2daec18894e9cb555615019589c5c4 (patch) | |
| tree | 728ed9facd86ccc2527e1555e4fa8acbfd66c5de /spaghetti-monster/fsm-misc.h | |
| parent | smoothed out MF01S tint "pop" a little more by making a few steps which are s... (diff) | |
| parent | D4S actually steps down a bit too fast, so... minimize that (diff) | |
| download | anduril-b17fb36ccf2daec18894e9cb555615019589c5c4.tar.gz anduril-b17fb36ccf2daec18894e9cb555615019589c5c4.tar.bz2 anduril-b17fb36ccf2daec18894e9cb555615019589c5c4.zip | |
merged from fsm branch to get a bunch of new updates
Diffstat (limited to 'spaghetti-monster/fsm-misc.h')
| -rw-r--r-- | spaghetti-monster/fsm-misc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-misc.h b/spaghetti-monster/fsm-misc.h index 4e0eb4f..6e41b6c 100644 --- a/spaghetti-monster/fsm-misc.h +++ b/spaghetti-monster/fsm-misc.h @@ -46,5 +46,8 @@ uint8_t blink(uint8_t num, uint8_t speed); void indicator_led(uint8_t lvl); #endif +#ifdef USE_TRIANGLE_WAVE +uint8_t triangle_wave(uint8_t phase); +#endif #endif |
