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:
8:a356376db984
Parent:
4:7f910a8e77ee
Child:
9:7e038529bfff
--- a/C027_PinNames.h	Fri Oct 25 08:46:43 2013 +0000
+++ b/C027_PinNames.h	Tue Nov 05 21:41:46 2013 +0000
@@ -41,11 +41,13 @@
 #define MDMUSBDP    (P0_29) // USB D+
 #define MDMUSBDN    (P0_30) // USB D-
 #define MDMUSBCON   (P2_9)  // USB Connect
+#define MDMUSBDET   (P0_7)  // USB Detect (n/a on REV.A board)
 // Control 
 #define MDMEN       (P2_5)  // Supply Control (high = enabled)
 #define MDMPWRON    (P2_6)  // 
 #define MDMGPIO1    (P2_7)  // GPIO1, Network status
 #define MDMRST      (P2_8)  // Reset (active low, set as open drain!)
+#define MDMLVLOE    (P0_8)  // Serial/GPIO Level Shifter Output Enable (n/a on REV.A board)
 
 // PIN header connector
 // for standard-based form factor with expansion board
@@ -82,6 +84,10 @@
 #define SDA         (P0_0) 
 #define SCL         (P0_1)
 
+// LED
+// -----------------------------------------------------------
+#define LED         (P3_25)  // RED LED (n/a on REV.A board)
+
 // CAN (TJA1040)
 // -----------------------------------------------------------
 #define CANRD       (P0_4)
@@ -115,9 +121,5 @@
 
 // Reserved / NC pins 
 // -----------------------------------------------------------
-#define RSVD1       (P0_7)
-#define RSVD2       (P0_8)
-#define RSVD3       (P0_9)
-#define RSVD4       (P3_25)
-#define RSVD5       (P3_26)
-
+#define RSVD1       (P0_9)
+#define RSVD2       (P3_26)