mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-20 16:22:55 +00:00
Merge branch 'master' of https://github.com/toddtreece/Arduino-IRremote into toddtreece-master
This commit is contained in:
10
IRremote.cpp
10
IRremote.cpp
@@ -647,11 +647,13 @@ long IRrecv::decodeHash(decode_results *results) {
|
|||||||
return DECODED;
|
return DECODED;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sharp and DISH support by Todd Treece
|
/* Sharp and DISH support by Todd Treece ( http://unionbridge.org/design/ircommand )
|
||||||
|
|
||||||
The Dish send function needs to be repeated 4 times and the Sharp function
|
The Dish send function needs to be repeated 4 times, and the Sharp function
|
||||||
has the necessary repeats built in. I know that it's not consistent,
|
has the necessary repeat built in because of the need to invert the signal.
|
||||||
but I don't have the time to update my code.
|
|
||||||
|
Sharp protocol documentation:
|
||||||
|
http://www.sbprojects.com/knowledge/ir/sharp.htm
|
||||||
|
|
||||||
Here are the LIRC files that I found that seem to match the remote codes
|
Here are the LIRC files that I found that seem to match the remote codes
|
||||||
from the oscilloscope:
|
from the oscilloscope:
|
||||||
|
|||||||
Reference in New Issue
Block a user