Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
81:7d30d6019079
Parent:
79:0c05e21ae27e
--- a/TARGET_KL25Z/PinNames.h	Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_KL25Z/PinNames.h	Wed Mar 19 18:28:32 2014 +0000
@@ -229,10 +229,13 @@
     A3 = PTB3,
     A4 = PTC2,
     A5 = PTC1,
-    
+
     I2C_SCL = D15,
     I2C_SDA = D14,
 
+    TSI_ELEC0 = PTB16,
+    TSI_ELEC1 = PTB17,
+
     // Not connected
     NC = (int)0xFFFFFFFF
 } PinName;
@@ -241,6 +244,7 @@
 typedef enum {
     PullNone = 0,
     PullUp = 2,
+    PullDefault = PullUp
 } PinMode;
 
 #ifdef __cplusplus