diff options
| -rwxr-xr-x | bin/build-85.sh | 2 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/anduril.c (renamed from spaghetti-monster/anduril.c) | 0 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/anduril.txt (renamed from spaghetti-monster/anduril.txt) | 0 | ||||
| -rw-r--r-- | spaghetti-monster/baton/baton-simpler.c (renamed from spaghetti-monster/baton-simpler.c) | 0 | ||||
| -rw-r--r-- | spaghetti-monster/baton/baton.c (renamed from spaghetti-monster/baton.c) | 1 | ||||
| -rw-r--r-- | spaghetti-monster/darkhorse/darkhorse.c (renamed from spaghetti-monster/darkhorse.c) | 0 | ||||
| -rw-r--r-- | spaghetti-monster/momentary/momentary.c (renamed from spaghetti-monster/momentary.c) | 0 | ||||
| -rw-r--r-- | spaghetti-monster/ramping-ui/ramping-ui.c (renamed from spaghetti-monster/ramping-ui.c) | 0 |
8 files changed, 2 insertions, 1 deletions
diff --git a/bin/build-85.sh b/bin/build-85.sh index 14a3da4..8b2937d 100755 --- a/bin/build-85.sh +++ b/bin/build-85.sh @@ -8,7 +8,7 @@ export ATTINY=85 export MCU=attiny$ATTINY export CC=avr-gcc export OBJCOPY=avr-objcopy -export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY -I.." +export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY -I.. -I../.. -I../../.." export OFLAGS="-Wall -g -Os -mmcu=$MCU" export LDFLAGS= export OBJCOPYFLAGS='--set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O ihex' diff --git a/spaghetti-monster/anduril.c b/spaghetti-monster/anduril/anduril.c index 998c0c5..998c0c5 100644 --- a/spaghetti-monster/anduril.c +++ b/spaghetti-monster/anduril/anduril.c diff --git a/spaghetti-monster/anduril.txt b/spaghetti-monster/anduril/anduril.txt index bb0f5e2..bb0f5e2 100644 --- a/spaghetti-monster/anduril.txt +++ b/spaghetti-monster/anduril/anduril.txt diff --git a/spaghetti-monster/baton-simpler.c b/spaghetti-monster/baton/baton-simpler.c index a6ddf36..a6ddf36 100644 --- a/spaghetti-monster/baton-simpler.c +++ b/spaghetti-monster/baton/baton-simpler.c diff --git a/spaghetti-monster/baton.c b/spaghetti-monster/baton/baton.c index 4ba329e..515f2d0 100644 --- a/spaghetti-monster/baton.c +++ b/spaghetti-monster/baton/baton.c @@ -23,6 +23,7 @@ #define DEFAULT_THERM_CEIL 45 #define USE_DEBUG_BLINK #define USE_DELAY_MS +#define USE_DELAY_4MS #define USE_DELAY_ZERO #include "spaghetti-monster.h" diff --git a/spaghetti-monster/darkhorse.c b/spaghetti-monster/darkhorse/darkhorse.c index 2aa3e90..2aa3e90 100644 --- a/spaghetti-monster/darkhorse.c +++ b/spaghetti-monster/darkhorse/darkhorse.c diff --git a/spaghetti-monster/momentary.c b/spaghetti-monster/momentary/momentary.c index 6b049f4..6b049f4 100644 --- a/spaghetti-monster/momentary.c +++ b/spaghetti-monster/momentary/momentary.c diff --git a/spaghetti-monster/ramping-ui.c b/spaghetti-monster/ramping-ui/ramping-ui.c index 527a824..527a824 100644 --- a/spaghetti-monster/ramping-ui.c +++ b/spaghetti-monster/ramping-ui/ramping-ui.c |
