LED test code
This commit is contained in:
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ $(PRG).elf: $(OBJ)
|
||||
|
||||
# dependency:
|
||||
rgbyteclock.o: timer.o lcd.o rgbyteclock.h rtc.o spi.o ledcontroller.o
|
||||
main.o: rgbyteclock.o lcd.o spi.o ledcontroller.o
|
||||
main.o: rgbyteclock.o lcd.o spi.o ledcontroller.o rtc.o timer.o
|
||||
timer.o: timer.h
|
||||
lcd.o: lcd.h timer.o
|
||||
rtc.o: rtc.h
|
||||
|
Reference in New Issue
Block a user