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

This reverts commit c85dd5f6c1.
This commit is contained in:
yeyangwen
2026-04-02 16:36:25 +08:00
parent c85dd5f6c1
commit deedd4b152
1408 changed files with 188594 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.PHONY: clean All Project_Title Project_Build
All: Project_Title Project_Build
Project_Title:
@echo "----------Building project:[ apt32f102 - BuildSet ]----------"
Project_Build:
@make -r -f apt32f102.mk -j 8 -C D:/MyCode/APT/Project_Code/APT32F1023_Test_20230728/Source
clean:
@echo "----------Cleaning project:[ apt32f102 - BuildSet ]----------"