The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
172:65be27845400
Parent:
171:3a7713b1edbc
--- a/TARGET_SDT64B/TOOLCHAIN_GCC_ARM/PinNames.h	Thu Nov 08 11:45:42 2018 +0000
+++ b/TARGET_SDT64B/TOOLCHAIN_GCC_ARM/PinNames.h	Wed Feb 20 20:53:29 2019 +0000
@@ -228,20 +228,20 @@
     USBRX = PTC14,
 
     // UART pins
-    UART0_RX  = PTD8,
-    UART0_TX  = PTD9,
-    UART0_CTS = PTD11,
-    UART0_RTS = PTD10,
+    UART0_RX  = PTC16,
+    UART0_TX  = PTC17,
+    UART0_CTS = PTC19,
+    UART0_RTS = PTC18,
 
     UART1_RX  = USBRX,
     UART1_TX  = USBTX,
     UART1_CTS = PTC13,
     UART1_RTS = PTC12,
 
-    UART2_RX  = PTC16,
-    UART2_TX  = PTC17,
-    UART2_CTS = PTC19,
-    UART2_RTS = PTC18,
+    UART2_RX  = PTD8,
+    UART2_TX  = PTD9,
+    UART2_CTS = PTD11,
+    UART2_RTS = PTD10,
 
     // I2C pins
     I2C0_SCL = PTC10,