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.
Fork of mbed by
Diff: LPC2300_MAP.h
- Revision:
- 4:5d1359a283bc
- Parent:
- 1:6b7f447ca868
- Child:
- 5:62573be585e9
--- a/LPC2300_MAP.h Fri Nov 14 15:25:20 2008 +0000
+++ b/LPC2300_MAP.h Thu Nov 27 16:23:24 2008 +0000
@@ -28,6 +28,11 @@
USBRX = 70
};
+#define LED1_PORT (4*32 + 28)
+#define LED2_PORT (3*32 + 25)
+#define LED3_PORT (4*32 + 29)
+#define LED4_PORT (3*32 + 26)
+
#elif TARGET_PHAT40
enum {
@@ -39,6 +44,11 @@
USBRX = 37
};
+#define LED1_PORT (1*32 + 18)
+#define LED2_PORT (1*32 + 20)
+#define LED3_PORT (1*32 + 21)
+#define LED4_PORT (1*32 + 23)
+
#else
#error "UNRECOGNISED TARGET"
#endif
