oled added, PWM and so on configured, unfortunately not working so far, target not longer found by stlink

This commit is contained in:
2018-03-31 19:10:15 +02:00
parent 400549e8bb
commit 2ddf55c73b
68 changed files with 11691 additions and 658 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