Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

Revision:
5:62573be585e9
Parent:
4:5d1359a283bc
Child:
11:1c1ebd0324fa
--- a/DigitalOut.h	Thu Nov 27 16:23:24 2008 +0000
+++ b/DigitalOut.h	Thu Jan 22 18:32:40 2009 +0000
@@ -47,7 +47,8 @@
 	 */
     int read();
 
-    virtual const struct rpc_method *rpc_methods();
+    virtual const struct rpc_method *get_rpc_methods();
+    static struct rpc_class *get_rpc_class();
 
    	/* Group: Access Method Shorthand */