Changeset 99 for branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde
- Timestamp:
- 12/10/07 03:40:37 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde
r98 r99 279 279 280 280 Serial.println("End test W5100 configuration..."); 281 282 283 Serial.println("Test W5100 driver code...");284 285 getGAR(ip);286 287 Serial.print("Gateway IP read (first digit): ");288 Serial.println(ip[0], DEC);289 290 Serial.println("End test W5100 driver code...");291 281 292 282 pinMode(PIN_LED, OUTPUT);