Add LPC1768

Dependencies:   mbed-rtos mbed Xbus

Fork of MTi-1_example by Xsens

Revision:
63:138c196f0b88
Parent:
61:b9d3e7e5ba0c
Child:
64:8a0f00a064bb
diff -r ee6603d9d768 -r 138c196f0b88 main.cpp
--- a/main.cpp	Tue Jun 16 07:57:51 2015 +0000
+++ b/main.cpp	Fri Jun 26 08:04:36 2015 +0000
@@ -30,12 +30,12 @@
  *
  * | Nucleo pin | MTi1 func.  | MTi1 dev. pin |
  * |------------|-------------|---------------|
- * | IORef      | VDDIO_EXT   | P301-3        |
- * | 5V         | VDD_EXT     | P301-1        |
- * | GND        | GND         | P301-2        |
- * | SCL/D15    | DEV_UART_TX | P301-9        |
- * | SDA/D14    | DEV_UART_RX | P301-11       |
- * | D2         | nRST        | P301-7        |
+ * | 5V         | VDD         | P300-1        |
+ * | IORef      | VDDIO       | P300-2        |
+ * | GND        | GND         | P300-3        |
+ * | D2         | nRST        | P300-5        |
+ * | SCL/D15    | UART_TX     | P300-9        |
+ * | SDA/D14    | UART_RX     | P300-11       |
  *
  * Communication with the host PC is achieved using the built-in USB serial
  * bridge of the Nucleo board.