Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed WattBob_TextLCD globals
Diff: cmd_io.cpp
- Revision:
 - 2:ea2d1441d485
 - Parent:
 - 0:d8528fbbaf9c
 
--- a/cmd_io.cpp	Fri Nov 25 17:22:31 2011 +0000
+++ b/cmd_io.cpp	Tue Nov 29 00:24:09 2011 +0000
@@ -148,6 +148,10 @@
     if (command->nos_data == 2) {
         sprintf(buffer, "%u %u\n", (int)command->result_data[0], (int)command->result_data[1]);
     }
+     if (command->nos_data == 7) {
+        sprintf(buffer, "%u %u %u %u %u %u %u\n", (int)command->result_data[0], (int)command->result_data[1], (int)command->result_data[2], (int)command->result_data[3], 
+            (int)command->result_data[4], (int)command->result_data[5], (int)command->result_data[6]);
+    }
 //
 // send string
 //