aboutsummaryrefslogtreecommitdiff
path: root/fsm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fsm/COPYING (renamed from spaghetti-monster/COPYING)0
-rw-r--r--fsm/adc.c (renamed from spaghetti-monster/fsm-adc.c)0
-rw-r--r--fsm/adc.h (renamed from spaghetti-monster/fsm-adc.h)0
-rw-r--r--fsm/chan-aux.c (renamed from spaghetti-monster/chan-aux.c)0
-rw-r--r--fsm/chan-aux.h (renamed from spaghetti-monster/chan-aux.h)0
-rw-r--r--fsm/chan-rgbaux.c (renamed from spaghetti-monster/chan-rgbaux.c)0
-rw-r--r--fsm/chan-rgbaux.h (renamed from spaghetti-monster/chan-rgbaux.h)0
-rw-r--r--fsm/channels.c (renamed from spaghetti-monster/fsm-channels.c)0
-rw-r--r--fsm/channels.h (renamed from spaghetti-monster/fsm-channels.h)0
-rw-r--r--fsm/eeprom.c (renamed from spaghetti-monster/fsm-eeprom.c)0
-rw-r--r--fsm/eeprom.h (renamed from spaghetti-monster/fsm-eeprom.h)0
-rw-r--r--fsm/events.c (renamed from spaghetti-monster/fsm-events.c)0
-rw-r--r--fsm/events.h (renamed from spaghetti-monster/fsm-events.h)0
-rw-r--r--fsm/main.c (renamed from spaghetti-monster/fsm-main.c)0
-rw-r--r--fsm/main.h (renamed from spaghetti-monster/fsm-main.h)0
-rw-r--r--fsm/misc.c (renamed from spaghetti-monster/fsm-misc.c)0
-rw-r--r--fsm/misc.h (renamed from spaghetti-monster/fsm-misc.h)0
-rw-r--r--fsm/pcint.c (renamed from spaghetti-monster/fsm-pcint.c)0
-rw-r--r--fsm/pcint.h (renamed from spaghetti-monster/fsm-pcint.h)0
-rw-r--r--fsm/ramping.c (renamed from spaghetti-monster/fsm-ramping.c)0
-rw-r--r--fsm/ramping.h (renamed from spaghetti-monster/fsm-ramping.h)0
-rw-r--r--fsm/random.c (renamed from spaghetti-monster/fsm-random.c)0
-rw-r--r--fsm/random.h (renamed from spaghetti-monster/fsm-random.h)0
-rw-r--r--fsm/spaghetti-monster.h (renamed from spaghetti-monster/spaghetti-monster.h)0
-rw-r--r--fsm/spaghetti-monster.txt (renamed from spaghetti-monster/spaghetti-monster.txt)0
-rw-r--r--fsm/standby.c (renamed from spaghetti-monster/fsm-standby.c)0
-rw-r--r--fsm/standby.h (renamed from spaghetti-monster/fsm-standby.h)0
-rw-r--r--fsm/states.c (renamed from spaghetti-monster/fsm-states.c)0
-rw-r--r--fsm/states.h (renamed from spaghetti-monster/fsm-states.h)0
-rw-r--r--fsm/wdt.c (renamed from spaghetti-monster/fsm-wdt.c)0
-rw-r--r--fsm/wdt.h (renamed from spaghetti-monster/fsm-wdt.h)0
31 files changed, 0 insertions, 0 deletions
diff --git a/spaghetti-monster/COPYING b/fsm/COPYING
index 94a9ed0..94a9ed0 100644
--- a/spaghetti-monster/COPYING
+++ b/fsm/COPYING
diff --git a/spaghetti-monster/fsm-adc.c b/fsm/adc.c
index 31b250f..31b250f 100644
--- a/spaghetti-monster/fsm-adc.c
+++ b/fsm/adc.c
diff --git a/spaghetti-monster/fsm-adc.h b/fsm/adc.h
index 1bb67ed..1bb67ed 100644
--- a/spaghetti-monster/fsm-adc.h
+++ b/fsm/adc.h
diff --git a/spaghetti-monster/chan-aux.c b/fsm/chan-aux.c
index e04e6a2..e04e6a2 100644
--- a/spaghetti-monster/chan-aux.c
+++ b/fsm/chan-aux.c
diff --git a/spaghetti-monster/chan-aux.h b/fsm/chan-aux.h
index ff599b8..ff599b8 100644
--- a/spaghetti-monster/chan-aux.h
+++ b/fsm/chan-aux.h
diff --git a/spaghetti-monster/chan-rgbaux.c b/fsm/chan-rgbaux.c
index 19d18a6..19d18a6 100644
--- a/spaghetti-monster/chan-rgbaux.c
+++ b/fsm/chan-rgbaux.c
diff --git a/spaghetti-monster/chan-rgbaux.h b/fsm/chan-rgbaux.h
index 6ef5d89..6ef5d89 100644
--- a/spaghetti-monster/chan-rgbaux.h
+++ b/fsm/chan-rgbaux.h
diff --git a/spaghetti-monster/fsm-channels.c b/fsm/channels.c
index cc78536..cc78536 100644
--- a/spaghetti-monster/fsm-channels.c
+++ b/fsm/channels.c
diff --git a/spaghetti-monster/fsm-channels.h b/fsm/channels.h
index 218f4f5..218f4f5 100644
--- a/spaghetti-monster/fsm-channels.h
+++ b/fsm/channels.h
diff --git a/spaghetti-monster/fsm-eeprom.c b/fsm/eeprom.c
index 66cdd78..66cdd78 100644
--- a/spaghetti-monster/fsm-eeprom.c
+++ b/fsm/eeprom.c
diff --git a/spaghetti-monster/fsm-eeprom.h b/fsm/eeprom.h
index 440d2b3..440d2b3 100644
--- a/spaghetti-monster/fsm-eeprom.h
+++ b/fsm/eeprom.h
diff --git a/spaghetti-monster/fsm-events.c b/fsm/events.c
index 6987ae2..6987ae2 100644
--- a/spaghetti-monster/fsm-events.c
+++ b/fsm/events.c
diff --git a/spaghetti-monster/fsm-events.h b/fsm/events.h
index 575af1b..575af1b 100644
--- a/spaghetti-monster/fsm-events.h
+++ b/fsm/events.h
diff --git a/spaghetti-monster/fsm-main.c b/fsm/main.c
index 066188c..066188c 100644
--- a/spaghetti-monster/fsm-main.c
+++ b/fsm/main.c
diff --git a/spaghetti-monster/fsm-main.h b/fsm/main.h
index 2e2a111..2e2a111 100644
--- a/spaghetti-monster/fsm-main.h
+++ b/fsm/main.h
diff --git a/spaghetti-monster/fsm-misc.c b/fsm/misc.c
index bc10ea1..bc10ea1 100644
--- a/spaghetti-monster/fsm-misc.c
+++ b/fsm/misc.c
diff --git a/spaghetti-monster/fsm-misc.h b/fsm/misc.h
index 8de6b29..8de6b29 100644
--- a/spaghetti-monster/fsm-misc.h
+++ b/fsm/misc.h
diff --git a/spaghetti-monster/fsm-pcint.c b/fsm/pcint.c
index 131d0c3..131d0c3 100644
--- a/spaghetti-monster/fsm-pcint.c
+++ b/fsm/pcint.c
diff --git a/spaghetti-monster/fsm-pcint.h b/fsm/pcint.h
index cd7ba02..cd7ba02 100644
--- a/spaghetti-monster/fsm-pcint.h
+++ b/fsm/pcint.h
diff --git a/spaghetti-monster/fsm-ramping.c b/fsm/ramping.c
index adc8acb..adc8acb 100644
--- a/spaghetti-monster/fsm-ramping.c
+++ b/fsm/ramping.c
diff --git a/spaghetti-monster/fsm-ramping.h b/fsm/ramping.h
index c4b7d48..c4b7d48 100644
--- a/spaghetti-monster/fsm-ramping.h
+++ b/fsm/ramping.h
diff --git a/spaghetti-monster/fsm-random.c b/fsm/random.c
index 91fd929..91fd929 100644
--- a/spaghetti-monster/fsm-random.c
+++ b/fsm/random.c
diff --git a/spaghetti-monster/fsm-random.h b/fsm/random.h
index 49aa0cf..49aa0cf 100644
--- a/spaghetti-monster/fsm-random.h
+++ b/fsm/random.h
diff --git a/spaghetti-monster/spaghetti-monster.h b/fsm/spaghetti-monster.h
index 77431f8..77431f8 100644
--- a/spaghetti-monster/spaghetti-monster.h
+++ b/fsm/spaghetti-monster.h
diff --git a/spaghetti-monster/spaghetti-monster.txt b/fsm/spaghetti-monster.txt
index 434e1bc..434e1bc 100644
--- a/spaghetti-monster/spaghetti-monster.txt
+++ b/fsm/spaghetti-monster.txt
diff --git a/spaghetti-monster/fsm-standby.c b/fsm/standby.c
index 5def07c..5def07c 100644
--- a/spaghetti-monster/fsm-standby.c
+++ b/fsm/standby.c
diff --git a/spaghetti-monster/fsm-standby.h b/fsm/standby.h
index 957e2e1..957e2e1 100644
--- a/spaghetti-monster/fsm-standby.h
+++ b/fsm/standby.h
diff --git a/spaghetti-monster/fsm-states.c b/fsm/states.c
index 4b94ce9..4b94ce9 100644
--- a/spaghetti-monster/fsm-states.c
+++ b/fsm/states.c
diff --git a/spaghetti-monster/fsm-states.h b/fsm/states.h
index 156e6cf..156e6cf 100644
--- a/spaghetti-monster/fsm-states.h
+++ b/fsm/states.h
diff --git a/spaghetti-monster/fsm-wdt.c b/fsm/wdt.c
index 64f006e..64f006e 100644
--- a/spaghetti-monster/fsm-wdt.c
+++ b/fsm/wdt.c
diff --git a/spaghetti-monster/fsm-wdt.h b/fsm/wdt.h
index abf34c5..abf34c5 100644
--- a/spaghetti-monster/fsm-wdt.h
+++ b/fsm/wdt.h
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.