Added opgave b1

This commit is contained in:
2016-02-23 14:52:30 +01:00
parent a349cc58df
commit 066e031d25
12 changed files with 385 additions and 721 deletions
+7
View File
@@ -37,6 +37,7 @@ SUBDIRS :=
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../lcd.c \
../main.c
@@ -47,15 +48,19 @@ ASM_SRCS +=
OBJS += \
lcd.o \
main.o
OBJS_AS_ARGS += \
lcd.o \
main.o
C_DEPS += \
lcd.d \
main.d
C_DEPS_AS_ARGS += \
lcd.d \
main.d
OUTPUT_FILE_PATH +=MIC-Week3.elf
@@ -75,6 +80,8 @@ LINKER_SCRIPT_DEP+=
./%.o: .././%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.9.2