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/Timer.h	Thu Nov 27 16:23:24 2008 +0000
+++ b/Timer.h	Thu Jan 22 18:32:40 2009 +0000
@@ -56,10 +56,13 @@
 
 	int slicetime();
 	
-int _running;          // whether the timer is running
+        int _running;          // whether the timer is running
 	unsigned int _start;   // the start time of the latest slice
 	int _time;             // any accumulated time from previous slices
 
+    virtual const struct rpc_method *get_rpc_methods();
+    static struct rpc_class *get_rpc_class();
+
 };
 
 }