1.变更了引脚,并且添加了一个继电器使用PD7为报警灯
This commit is contained in:
2026-09-03 16:22:51 +08:00
parent 118727b491
commit 293b1add7c
15 changed files with 7237 additions and 138 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ bsp_W5500_t W5500 =
.Gateway_IP = {192,168,100,1}, /*网关IP地址*/
.Sub_Mask = {255,255,255,0}, /*子网掩码*/
.Phy_Addr = {0x0c,0x29,0xab,0x7c,0x00,0x01}, /*物理地址(MAC) 根据单片机UID生成随机的MAC*/
.IP_Addr = {192,168,100,201}, /*本机IP地址*/
.IP_Addr = {192,168,100,203}, /*本机IP地址*/
.Interrupt_Process = bsp_W5500_Interrupt_Process,