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_KL46Z/PinNames.h	Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_KL46Z/PinNames.h	Wed Mar 19 18:28:32 2014 +0000
@@ -199,11 +199,11 @@
     LED2 = LED_RED,
     LED3 = LED_GREEN,
     LED4 = LED_RED,
-    
+
     //Push buttons
     SW1 = PTC3,
     SW3 = PTC12,
-    
+
     // USB Pins
     USBTX = PTA2,
     USBRX = PTA1,
@@ -232,10 +232,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;
@@ -244,7 +247,8 @@
 typedef enum {
     PullNone = 0,
     PullDown = 2,
-    PullUp = 3
+    PullUp = 3,
+    PullDefault = PullUp
 } PinMode;
 
 #ifdef __cplusplus