mbed rpc

Dependents:   GSwifi_ap_ws_rpc gba_rpc

Fork of mbed-rpc by mbed official

Files at this revision

API Documentation at this revision

Comitter:
okini3939
Date:
Mon May 12 03:02:08 2014 +0000
Parent:
5:4490a0d9cb2a
Child:
7:ddd4f57351e2
Commit message:
fix supported AnalogIn

Changed in this revision

Arguments.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Arguments.cpp	Mon Aug 19 18:37:40 2013 +0300
+++ b/Arguments.cpp	Mon May 12 03:02:08 2014 +0000
@@ -137,4 +137,9 @@
     reply += sprintf(reply, "%.17g", f);
 }
 
+template<> void Reply::putData<unsigned short>(unsigned short v) {
+    separator();
+    reply += sprintf(reply, "%u", v);
+}
+
 } // namespace mbed