Нагревалка батарей для рыси. Работает про принципу гистерезиса. Если на любой из ячеек температура падает ниже 10 градусов то включается нагрев, пока температура на любой из ячеек не станет выше 20 градусов.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
1.0 KiB

################################################################################
# MRS Version: 1.9.2
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Debug/debug.c
OBJS += \
./Debug/debug.o
C_DEPS += \
./Debug/debug.d
# Each subdirectory must supply rules for building sources it contributes
Debug/%.o: ../Debug/%.c
@ @ riscv-none-embed-gcc -march=rv32ecxw -mabi=ilp32e -msmall-data-limit=0 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -I"Z:\public\_exchange\Radim\BatteryHeater\CH32V003F4P6_BAT_HEATER\Debug" -I"Z:\public\_exchange\Radim\BatteryHeater\CH32V003F4P6_BAT_HEATER\Core" -I"Z:\public\_exchange\Radim\BatteryHeater\CH32V003F4P6_BAT_HEATER\User" -I"Z:\public\_exchange\Radim\BatteryHeater\CH32V003F4P6_BAT_HEATER\Peripheral\inc" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
@ @