pattern stuff

This commit is contained in:
2019-02-02 16:54:24 +01:00
parent ddb4a82165
commit b21f9c85c9
6 changed files with 45 additions and 4 deletions

View File

@ -2,7 +2,7 @@ CC=msp430-gcc
CFLAGS=-O3 -g0 -Wall -mmcu=msp430g2553 -std=gnu99 -I hottislib
LDFLAGS=-mmcu=msp430g2553
blinky1.elf: main.o led.o time.o PontCoopScheduler.o
blinky1.elf: main.o led.o time.o pattern.o PontCoopScheduler.o
$(CC) -o $@ $(LDFLAGS) $^
PontCoopScheduler.o: hottislib/PontCoopScheduler.c hottislib/PontCoopScheduler.h