Infrared remote library for Arduino: send and receive infrared signals with multiple protocols Port from Arduino-IRremote https://github.com/z3t0/Arduino-IRremote

Dependents:   mbed-os-example-FinalReal mbed-os-example-FinalReal

Revision:
5:a4dfe2bb80b9
Parent:
0:70c8e56bac45
diff -r 5e46ae042bc7 -r a4dfe2bb80b9 ir_Sony.cpp
--- a/ir_Sony.cpp	Sat Jan 23 15:24:18 2016 +0000
+++ b/ir_Sony.cpp	Sat Jan 23 15:58:10 2016 +0000
@@ -55,7 +55,6 @@
 	// Some Sony's deliver repeats fast after first
 	// unfortunately can't spot difference from of repeat from two fast clicks
 	if (results->rawbuf[offset] < SONY_DOUBLE_SPACE_USECS) {
-		// Serial.print("IR Gap found: ");
 		results->bits = 0;
 		results->value = REPEAT;