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.
Diff: ir_Sony.cpp
- Revision:
- 5:a4dfe2bb80b9
- Parent:
- 0:70c8e56bac45
--- 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;