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:
108:34e6b704fe68
Parent:
107:4f6c30876dfa
--- a/TARGET_WIZwiki_W7500/TARGET_WIZNET/TARGET_W7500x/PeripheralNames.h	Wed Sep 16 15:32:31 2015 +0100
+++ b/TARGET_WIZwiki_W7500/TARGET_WIZNET/TARGET_W7500x/PeripheralNames.h	Fri Oct 02 07:35:07 2015 +0200
@@ -43,7 +43,8 @@
 
 typedef enum {
     UART_0 = (int)W7500x_UART0_BASE,
-    UART_1 = (int)W7500x_UART1_BASE
+    UART_1 = (int)W7500x_UART1_BASE,
+    UART_2 = (int)W7500x_UART2_BASE
 } UARTName;