Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
Diff: TARGET_LPC1549/PeripheralNames.h
- Revision:
- 81:7d30d6019079
- Parent:
- 79:0c05e21ae27e
--- a/TARGET_LPC1549/PeripheralNames.h Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_LPC1549/PeripheralNames.h Wed Mar 19 18:28:32 2014 +0000
@@ -49,6 +49,9 @@
ADC1_11,
} ADCName;
+typedef enum {
+ DAC0_0 = 0,
+} DACName;
#ifdef __cplusplus
}
