Skip to content

Commit 9bc832e

Browse files
committed
Updated Sharp protocol documentation
1 parent 31d80ab commit 9bc832e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

IRremote.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,11 +653,13 @@ long IRrecv::decodeHash(decode_results *results) {
653653
return DECODED;
654654
}
655655

656-
/* Sharp and DISH support by Todd Treece
656+
/* Sharp and DISH support by Todd Treece (http://www.toddtreece.com)
657657
658658
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.
659+
has the necessary repeat built in due to the need to invert the signal.
660+
661+
Sharp protocol documentation:
662+
http://www.sbprojects.com/knowledge/ir/sharp.htm
661663
662664
Here are the LIRC files that I found that seem to match the remote codes
663665
from the oscilloscope:

0 commit comments

Comments
 (0)