Fork to support REVB hardware.

Dependents:   C027_BootTest_revb C027_EthernetSniffTest C027_M3_SerialEcho C027_HelloWorld_revb ... more

Fork of C027 by u-blox

Revision:
19:82c9967207f1
Parent:
16:6475e8463afc
Child:
20:2ae219d82c0e
--- a/C027.cpp	Fri Dec 13 00:36:38 2013 +0000
+++ b/C027.cpp	Fri Dec 13 20:10:00 2013 +0000
@@ -47,6 +47,13 @@
     mdmRst    = 1;  // RESET:  0=reset, 1=operating
     mdmIsEnabled = false;
     mdmUseUsb = false;
+    
+    
+    // The USB insertion and removal, and the Reset Button 
+    // can cause multiple resets to the device.  Wait for
+    // a period of time for this to settle before proceeding
+    // with turning on various components on the board.
+    wait_ms(3000);  
 }
 
 void C027::LeakageTest( void )