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

Move and reword configuration debug messages.

Files:
1 modified

Legend:

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

    r99 r100  
    267267  Serial.println("Setup enter..."); 
    268268 
     269  Serial.println("Start W5100 configuration..."); 
     270   
    269271  SPI.begin();     
    270272   
    271273  Wiz810MjDevice WIZ810MJ = Wiz810MjDevice(PIN_RESET); 
    272274 
    273   Serial.println("Test W5100 configuration...");         
    274       
    275275  NetworkInterface Network = NetworkInterface(WIZ810MJ);  
    276276   
     
    278278  Network.device.setMask(255,255,255,0); 
    279279    
    280   Serial.println("End test W5100 configuration...");         
     280  Serial.println("End W5100 configuration..."); 
    281281 
    282282  pinMode(PIN_LED, OUTPUT);