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:
8:00a04e5cd407
Parent:
5:62573be585e9
Child:
11:1c1ebd0324fa
--- a/Serial.h	Fri Jan 23 16:26:21 2009 +0000
+++ b/Serial.h	Tue Feb 03 18:02:02 2009 +0000
@@ -112,6 +112,9 @@
 	 *  returns - 1 if there is space to write a character, else 0
 	 */
 	int writeable();	
+
+    virtual const struct rpc_method *get_rpc_methods();
+    static struct rpc_class *get_rpc_class();
 	
 protected: