fix:修改RS485通讯引脚

RS485通讯引脚改为串口2,引脚:RX:PB05 TX:PB04 RS485_DR:PB03
This commit is contained in:
caocong
2026-02-25 10:29:57 +08:00
commit 2815979c8a
77 changed files with 16491 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