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:
146:22da6e220af6
Parent:
135:176b8275d35d
Child:
147:a97add6d7e64
--- a/TARGET_MTS_DRAGONFLY_F411RE/TARGET_STM/TARGET_STM32F4/common_objects.h	Wed Jun 21 17:31:38 2017 +0100
+++ b/TARGET_MTS_DRAGONFLY_F411RE/TARGET_STM/TARGET_STM32F4/common_objects.h	Thu Jul 06 15:30:22 2017 +0100
@@ -113,6 +113,14 @@
 #define GPIO_IP_WITHOUT_BRR
 #include "gpio_object.h"
 
+#if DEVICE_ANALOGOUT
+struct dac_s {
+    DACName dac;
+    uint32_t channel;
+    DAC_HandleTypeDef handle;
+};
+#endif
+
 #ifdef __cplusplus
 }
 #endif