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: TARGET_LPC812/PeripheralNames.h
- Revision:
- 71:8fabd470bb6e
- Parent:
- 66:9c8f0e3462fb
--- a/TARGET_LPC812/PeripheralNames.h Mon Nov 18 22:09:31 2013 +0200
+++ b/TARGET_LPC812/PeripheralNames.h Tue Dec 03 13:02:41 2013 +0200
@@ -22,6 +22,13 @@
extern "C" {
#endif
+// Default peripherals
+#define MBED_SPI0 P0_14, P0_15, P0_12, P0_13
+
+#define MBED_UART0 P0_4, P0_0
+#define MBED_UARTUSB USBTX, USBRX
+
+#define MBED_I2C0 P0_10, P0_11
#ifdef __cplusplus
}
