The official mbed C/C SDK provides the software platform and libraries to build your applications.

Fork of mbed by mbed official

Revision:
81:7d30d6019079
Parent:
77:869cf507173a
--- a/TARGET_UBLOX_C027/PinNames.h	Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_UBLOX_C027/PinNames.h	Wed Mar 19 18:28:32 2014 +0000
@@ -163,7 +163,8 @@
     PullUp = 0,
     PullDown = 3,
     PullNone = 2,
-    OpenDrain = 4
+    OpenDrain = 4,
+    PullDefault = PullDown
 } PinMode;
 
 // version of PINCON_TypeDef using register arrays