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:
11:1c1ebd0324fa
Parent:
9:cf0d45ce28a6
Child:
18:b3c9f16cbb96
--- a/FunctionPointer.h	Thu May 14 14:44:00 2009 +0000
+++ b/FunctionPointer.h	Fri Aug 28 12:10:11 2009 +0000
@@ -1,7 +1,8 @@
 /* mbed Microcontroller Library - FunctionPointer
- * Copyright (c) 2007-2008, sford
- */
-
+ * Copyright (c) 2007-2009 ARM Limited. All rights reserved.
+ * sford
+ */ 
+ 
 #ifndef MBED_FUNCTIONPOINTER_H
 #define MBED_FUNCTIONPOINTER_H
 
@@ -81,6 +82,6 @@
 	
 };
 
-}
+} // namespace mbed
 
 #endif