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:
145:64910690c574
Parent:
128:9bcdf88f62b0
Child:
146:22da6e220af6
--- a/drivers/Timeout.h	Thu Jun 08 14:53:05 2017 +0100
+++ b/drivers/Timeout.h	Wed Jun 21 17:31:38 2017 +0100
@@ -20,13 +20,12 @@
 
 namespace mbed {
 /** \addtogroup drivers */
-/** @{*/
 
 /** A Timeout is used to call a function at a point in the future
  *
  * You can use as many seperate Timeout objects as you require.
  *
- * @Note Synchronization level: Interrupt safe
+ * @note Synchronization level: Interrupt safe
  *
  * Example:
  * @code
@@ -51,6 +50,7 @@
  *     }
  * }
  * @endcode
+ * @ingroup drivers
  */
 class Timeout : public Ticker {
 
@@ -61,5 +61,3 @@
 } // namespace mbed
 
 #endif
-
-/** @}*/