temperature reading successul, but i2c sometimes hanging up
This commit is contained in:
30
eive_obsw cmake debug/arduino/helper/subdir.mk
Normal file
30
eive_obsw cmake debug/arduino/helper/subdir.mk
Normal file
@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../arduino/helper/DleEncoder.cpp \
|
||||
../arduino/helper/SimpleRingBuffer.cpp \
|
||||
../arduino/helper/crc_ccitt.cpp
|
||||
|
||||
OBJS += \
|
||||
./arduino/helper/DleEncoder.o \
|
||||
./arduino/helper/SimpleRingBuffer.o \
|
||||
./arduino/helper/crc_ccitt.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./arduino/helper/DleEncoder.d \
|
||||
./arduino/helper/SimpleRingBuffer.d \
|
||||
./arduino/helper/crc_ccitt.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
arduino/helper/%.o: ../arduino/helper/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
Reference in New Issue
Block a user