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: Seeed_Barometer_Sensor_Example
Fork of mbed-src by
Diff: targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h
- Revision:
- 33:e214068ab66c
- Parent:
- 31:42176bc3c368
- Child:
- 61:cf80ee640ace
--- a/targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h Mon Sep 30 20:45:04 2013 +0100
+++ b/targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h Mon Oct 07 09:15:08 2013 +0100
@@ -193,13 +193,10 @@
LED_RED = PTE29,
LED_GREEN = PTD5,
- LED_BLUE = PTD5,
// mbed original LED naming
LED1 = LED_GREEN,
LED2 = LED_RED,
- LED3 = LED_GREEN,
- LED4 = LED_RED,
// USB Pins
USBTX = PTA2,
@@ -223,18 +220,18 @@
D14 = PTE0,
D15 = PTE1,
- A0 = PTC1,
- A1 = PTC2,
- A2 = PTB3,
- A3 = PTB2,
- A4 = PTB1,
- A5 = PTB0,
+ A0 = PTB0,
+ A1 = PTB1,
+ A2 = PTB2,
+ A3 = PTB3,
+ A4 = PTC2,
+ A5 = PTC1,
// Not connected
NC = (int)0xFFFFFFFF
} PinName;
-/* PullDown not available for KL25 */
+/* PullDown not available for KL46 */
typedef enum {
PullNone = 0,
PullUp = 2,
