feat:提交0_10V温控继电器固件

feat:提交0_10V温控继电器固件
This commit is contained in:
yeyangwen
2026-04-02 16:39:09 +08:00
parent 1dbe516b3e
commit c05052b637
1408 changed files with 188594 additions and 0 deletions

8
Source/Makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: clean All
All:
@echo "----------Building project:[ apt32f102 - BuildSet ]----------"
@cd "C:\Users\yupp.APT-HZ\Desktop\APT32F102_Release_V0_50_20190715\Source" && make -f "apt32f102.mk"
clean:
@echo "----------Cleaning project:[ apt32f102 - BuildSet ]----------"
@cd "C:\Users\yupp.APT-HZ\Desktop\APT32F102_Release_V0_50_20190715\Source" && make -f "apt32f102.mk" clean