8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc832e commit ccb4ac3Copy full SHA for ccb4ac3
IRremote.cpp
@@ -653,10 +653,10 @@ long IRrecv::decodeHash(decode_results *results) {
653
return DECODED;
654
}
655
656
-/* Sharp and DISH support by Todd Treece (http://www.toddtreece.com)
+/* Sharp and DISH support by Todd Treece ( http://unionbridge.org/design/ircommand )
657
658
-The Dish send function needs to be repeated 4 times and the Sharp function
659
-has the necessary repeat built in due to the need to invert the signal.
+The Dish send function needs to be repeated 4 times, and the Sharp function
+has the necessary repeat built in because of the need to invert the signal.
660
661
Sharp protocol documentation:
662
http://www.sbprojects.com/knowledge/ir/sharp.htm
0 commit comments