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:
152:235179ab3f27
Parent:
149:e2bfab296f20
--- a/TARGET_MTS_DRAGONFLY_F411RE/TARGET_STM/TARGET_STM32F4/common_objects.h	Fri Sep 15 14:46:57 2017 +0100
+++ b/TARGET_MTS_DRAGONFLY_F411RE/TARGET_STM/TARGET_STM32F4/common_objects.h	Mon Oct 02 15:20:36 2017 +0100
@@ -133,6 +133,14 @@
 };
 #endif
 
+#if DEVICE_CAN
+struct can_s {
+    CAN_HandleTypeDef CanHandle;
+    int index;
+    int hz;
+};
+#endif
+
 #ifdef __cplusplus
 }
 #endif