Нагревалка батарей для рыси. Работает про принципу гистерезиса. Если на любой из ячеек температура падает ниже 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
911 B

################################################################################
# MRS Version: 1.9.2
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_UPPER_SRCS += \
../Startup/startup_ch32v00x.S
OBJS += \
./Startup/startup_ch32v00x.o
S_UPPER_DEPS += \
./Startup/startup_ch32v00x.d
# Each subdirectory must supply rules for building sources it contributes
Startup/%.o: ../Startup/%.S
@ @ 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 -x assembler-with-cpp -I"Z:\public\_exchange\Radim\BatteryHeater\CH32V003F4P6_BAT_HEATER\Startup" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
@ @