LED test code

This commit is contained in:
2014-03-03 05:01:36 +01:00
parent 069f3c54d9
commit 862e092f56
7 changed files with 51 additions and 14 deletions

View File

@ -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