temperature reading successul, but i2c sometimes hanging up

This commit is contained in:
2021-01-11 16:56:44 +01:00
parent 5c307a3eb4
commit f8a82d0bbe
167 changed files with 5938 additions and 20 deletions

View File

@ -0,0 +1,24 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../etl/examples/QueuedFSM/QueuedFSM.cpp
OBJS += \
./etl/examples/QueuedFSM/QueuedFSM.o
CPP_DEPS += \
./etl/examples/QueuedFSM/QueuedFSM.d
# Each subdirectory must supply rules for building sources it contributes
etl/examples/QueuedFSM/%.o: ../etl/examples/QueuedFSM/%.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 ' '