diff options
| author | Selene ToyKeeper | 2017-08-24 02:09:33 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-24 02:09:33 -0600 |
| commit | badf37072988156a4cee753b922306195ee45916 (patch) | |
| tree | 8ad06bafce90d22b5fb95308af3900b7a55d78d8 /spaghetti-monster/spaghetti-monster.h | |
| parent | Added thermal regulation to SpaghettiMonster / Baton. (diff) | |
| download | anduril-badf37072988156a4cee753b922306195ee45916.tar.gz anduril-badf37072988156a4cee753b922306195ee45916.tar.bz2 anduril-badf37072988156a4cee753b922306195ee45916.zip | |
Added a ramping UI example.
Added ramping support in general.
Diffstat (limited to 'spaghetti-monster/spaghetti-monster.h')
| -rw-r--r-- | spaghetti-monster/spaghetti-monster.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/spaghetti-monster.h b/spaghetti-monster/spaghetti-monster.h index 4eeb7de..2ba3208 100644 --- a/spaghetti-monster/spaghetti-monster.h +++ b/spaghetti-monster/spaghetti-monster.h @@ -33,6 +33,7 @@ #include "fsm-wdt.h" #include "fsm-pcint.h" #include "fsm-standby.h" +#include "fsm-ramping.h" #include "fsm-main.h" #ifdef USE_DEBUG_BLINK @@ -64,4 +65,5 @@ void setup(); #include "fsm-wdt.c" #include "fsm-pcint.c" #include "fsm-standby.c" +#include "fsm-ramping.c" #include "fsm-main.c" |
