diff options
| author | Selene ToyKeeper | 2017-08-19 12:17:58 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-19 12:17:58 -0600 |
| commit | 8d2f442317fd3678213a14307f95d2f5b54c5623 (patch) | |
| tree | cfcf8e6178c545b236ae8b9f3263ea78372b2834 /RoundTable/momentary.c | |
| parent | Added missing GPL header, fixed typo, fixed missing return. (diff) | |
| download | anduril-8d2f442317fd3678213a14307f95d2f5b54c5623.tar.gz anduril-8d2f442317fd3678213a14307f95d2f5b54c5623.tar.bz2 anduril-8d2f442317fd3678213a14307f95d2f5b54c5623.zip | |
Renamed from RoundTable to SpaghettiMonster (FSM).
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/momentary.c (renamed from RoundTable/momentary.c) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/RoundTable/momentary.c b/spaghetti-monster/momentary.c index fcf0780..bb74795 100644 --- a/RoundTable/momentary.c +++ b/spaghetti-monster/momentary.c @@ -1,6 +1,6 @@ /* - * Momentary: Very simple example UI for RoundTable. - * Is intended to be the simplest possible RT e-switch UI. + * Momentary: Very simple example UI for SpaghettiMonster. + * Is intended to be the simplest possible FSM e-switch UI. * The light is on while the button is held; off otherwise. * * Copyright (C) 2017 Selene ToyKeeper @@ -19,10 +19,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define RT_EMISAR_D4_LAYOUT +#define FSM_EMISAR_D4_LAYOUT #define USE_LVP #define USE_DEBUG_BLINK -#include "round-table.c" +#include "spaghetti-monster.h" volatile uint8_t brightness; volatile uint8_t on_now; |
