mbed library sources. Supersedes mbed-src.

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

Revision:
189:f392fc9709a3
Parent:
187:0387e8f68319
--- a/targets/TARGET_NUVOTON/TARGET_M451/PeripheralPins.c	Thu Nov 08 11:46:34 2018 +0000
+++ b/targets/TARGET_NUVOTON/TARGET_M451/PeripheralPins.c	Wed Feb 20 22:31:08 2019 +0000
@@ -158,6 +158,14 @@
     {NC,   NC,    0}
 };
 
+//*** DAC ***
+
+const PinMap PinMap_DAC[] = {
+    {PB_0, DAC_0_0, SYS_GPB_MFPL_PB0MFP_DAC},
+
+    {NC,   NC,    0}
+};
+
 //*** I2C ***
 
 const PinMap PinMap_I2C_SDA[] = {