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

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 ]----------"