There was an error while loading. Please reload this page.
1 parent 31d80ab commit 9bc832eCopy full SHA for 9bc832e
IRremote.cpp
@@ -653,11 +653,13 @@ long IRrecv::decodeHash(decode_results *results) {
653
return DECODED;
654
}
655
656
-/* Sharp and DISH support by Todd Treece
+/* Sharp and DISH support by Todd Treece (http://www.toddtreece.com)
657
658
The Dish send function needs to be repeated 4 times and the Sharp function
659
-has the necessary repeats built in. I know that it's not consistent,
660
-but I don't have the time to update my code.
+has the necessary repeat built in due to the need to invert the signal.
+
661
+Sharp protocol documentation:
662
+http://www.sbprojects.com/knowledge/ir/sharp.htm
663
664
Here are the LIRC files that I found that seem to match the remote codes
665
from the oscilloscope:
0 commit comments