mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

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

Revision:
105:e200768883d5
Parent:
101:2f23a97259c7
Child:
113:65a335a675de
--- a/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL25Z/PinNames.h	Fri Feb 21 12:15:10 2014 +0000
+++ b/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL25Z/PinNames.h	Mon Feb 24 10:30:08 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;