update:
1.变更了引脚,并且添加了一个继电器使用PD7为报警灯
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user