Changeset 99

Show
Ignore:
Timestamp:
12/10/07 03:40:37 (13 months ago)
Author:
follower
Message:

Remove test code. TODO: Add check/diagnostic ability to determine if the module and driver are functioning correctly?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde

    r98 r99  
    279279    
    280280  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...");         
    291281 
    292282  pinMode(PIN_LED, OUTPUT);