Changeset 96 for branches/follower/wiz810mj/src/demo
- Timestamp:
- 12/08/07 03:29:02 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde
r95 r96 237 237 Serial.println("Test W5100 configuration..."); 238 238 239 byte config_gateway[] = {192,168,2,101};240 byte config_subnet_mask[] = {255,255,255,0};241 byte config_mac_address[] = {0x02,0xDE,0xAD,0xBE,0xEF,0x00};242 byte config_ip_address[] = {192,168,2,105};243 244 239 WIZ810MJ.setMac(0x02,0xDE,0xAD,0xBE,0xEF,0x00); 245 240