10000 Merge branch 'master' of https://github.com/toddtreece/Arduino-IRremo… · Chelland/Arduino-IRremote@4131d5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4131d5b

Browse files
committed
Merge branch 'master' of https://github.com/toddtreece/Arduino-IRremote into toddtreece-master
2 parents 2eb19be + ccb4ac3 commit 4131d5b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

IRremote.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,11 +647,13 @@ long IRrecv::decodeHash(decode_results *results) {
647647
return DECODED;
648648
}
649649

650-
/* Sharp and DISH support by Todd Treece
650+
/* Sharp and DISH support by Todd Treece ( http://unionbridge.org/design/ircommand )
651651
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
655657
656658
Here are the LIRC files that I found that seem to match the remote codes
657659
from the oscilloscope:

0 commit comments

Comments
 (0)
0