From badf37072988156a4cee753b922306195ee45916 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 24 Aug 2017 02:09:33 -0600 Subject: Added a ramping UI example. Added ramping support in general. --- spaghetti-monster/spaghetti-monster.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spaghetti-monster/spaghetti-monster.h') 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" -- cgit v1.2.3