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:
158:1c57384330a6
Parent:
145:64910690c574
Child:
172:65be27845400
--- a/platform/mbed_poll.h	Thu Nov 09 11:14:10 2017 +0000
+++ b/platform/mbed_poll.h	Thu Nov 23 11:44:04 2017 +0000
@@ -27,7 +27,11 @@
 class FileHandle;
 
 /** \addtogroup platform */
-
+/** @{*/
+/**
+ * \defgroup platform_poll poll functions
+ * @{
+ */
 
 struct pollfh {
     FileHandle *fh;
@@ -47,6 +51,10 @@
  */
 int poll(pollfh fhs[], unsigned nfhs, int timeout);
 
+/**@}*/
+
+/**@}*/
+
 } // namespace mbed
 
 #endif //MBED_POLL_H