mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
182:a56a73fd2a6f
Parent:
176:447f873cad2f
--- a/targets/TARGET_NUVOTON/TARGET_NANO100/TARGET_NUMAKER_PFM_NANO130/PinNames.h	Fri Feb 16 16:09:33 2018 +0000
+++ b/targets/TARGET_NUVOTON/TARGET_NANO100/TARGET_NUMAKER_PFM_NANO130/PinNames.h	Tue Mar 20 16:56:18 2018 +0000
@@ -102,13 +102,18 @@
     D13 = PC_1,
     D14 = PC_8,
     D15 = PC_9,
-    
+
+    I2C_SCL = D15,
+    I2C_SDA = D14,
+        
     // NOTE: other board-specific naming
     // UART naming
     USBTX = PB_1,
     USBRX = PB_0,
     STDIO_UART_TX   = USBTX,
     STDIO_UART_RX   = USBRX,
+    SERIAL_TX = USBTX,
+    SERIAL_RX = USBRX,    
     // LED naming
     LED1 = PE_11,
     LED2 = PE_10,