Gets messages form the pc and translates it to I2C and back.

Dependencies:   DevInterfaces I2Cinterfaces MCP4725 mbed

Revision:
1:8ba039abd9b8
Parent:
0:b40341017545
Child:
2:2330ad8b1baa
--- a/Reader.cpp	Wed May 18 11:22:41 2016 +0000
+++ b/Reader.cpp	Wed May 18 11:35:45 2016 +0000
@@ -51,9 +51,6 @@
     // Check if valid message by translating it
     Translator::MessageInfo info;
     if (!Translator::Translate(_buffer, _index + 1, &info)) {
-        printf("Translate failed on ");
-        for (int i = 0; i <= _index; i++)
-            printf("%c", _buffer[i]);
         _index++;
         return;
     }