From 0cd322f5c38141218f5724ee0a71e0788610b022 Mon Sep 17 00:00:00 2001 From: Mihail Stoyanov Date: Wed, 7 May 2014 13:15:32 +0300 Subject: [PATCH] Added D14, D15 pins for LPC812 --- .../hal/TARGET_NXP/TARGET_LPC81X/TARGET_LPC812/PinNames.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC81X/TARGET_LPC812/PinNames.h b/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC81X/TARGET_LPC812/PinNames.h index e220a86ea6..8696c143df 100644 --- a/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC81X/TARGET_LPC812/PinNames.h +++ b/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC81X/TARGET_LPC812/PinNames.h @@ -60,6 +60,8 @@ typedef enum { D11 = P0_14, D12 = P0_15, D13 = P0_12, + D14 = P0_10, + D15 = P0_11, A4 = P0_10, A5 = P0_11,