mbed(SerialHalfDuplex入り)
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 }