File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -647,11 +647,13 @@ long IRrecv::decodeHash(decode_results *results) {
647
647
return DECODED;
648
648
}
649
649
650
- /* Sharp and DISH support by Todd Treece
650
+ /* Sharp and DISH support by Todd Treece ( http://unionbridge.org/design/ircommand )
651
651
652
- The Dish send function needs to be repeated 4 times and the Sharp function
653
- has the necessary repeats built in. I know that it's not consistent,
654
- but I don't have the time to update my code.
652
+ The Dish send function needs to be repeated 4 times, and the Sharp function
653
+ has the necessary repeat built in because of the need to invert the signal.
654
+
655
+ Sharp protocol documentation:
656
+ http://www.sbprojects.com/knowledge/ir/sharp.htm
655
657
656
658
Here are the LIRC files that I found that seem to match the remote codes
657
659
from the oscilloscope:
You can’t perform that action at this time.
0 commit comments