Dependents:   communication

Revision:
3:7655bc258adf
Parent:
2:27ac6b5ec2d1
Child:
4:835d7aff5c58
--- a/serial_communication.cpp	Sun Apr 03 14:18:34 2016 +0000
+++ b/serial_communication.cpp	Mon Apr 04 09:24:44 2016 +0000
@@ -52,7 +52,6 @@
             break;
             
         default:
-            //i2c.write(0x11 << 1, &c, 1);
             buffer_ += c;
             break;
     }