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

fea:第一次发布固件
This commit is contained in:
yeyangwen
2026-04-02 16:31:28 +08:00
commit 1eb7209c0a
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