SPI and GPIO settings adjusted according to working ttt2 project, still not working

This commit is contained in:
2018-04-01 15:14:22 +02:00
parent f315ddaf09
commit ce5fefe33d
13 changed files with 1012 additions and 557 deletions

View File

@ -5,15 +5,18 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../my_src/led.c \
../my_src/main2.c
../my_src/main2.c \
../my_src/oled.c
OBJS += \
./my_src/led.o \
./my_src/main2.o
./my_src/main2.o \
./my_src/oled.o
C_DEPS += \
./my_src/led.d \
./my_src/main2.d
./my_src/main2.d \
./my_src/oled.d
# Each subdirectory must supply rules for building sources it contributes