Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more
Diff: targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/PinNames.h
- Revision:
- 105:e200768883d5
- Parent:
- 98:3b81ecf1eeec
- Child:
- 113:65a335a675de
--- a/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/PinNames.h Fri Feb 21 12:15:10 2014 +0000
+++ b/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/PinNames.h Mon Feb 24 10:30:08 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;

