Rafi Khan
0096727887
Fixed some syntax errors mentioned by @crash7 and also added Aiwa decoding to the changelog
2015-03-09 15:47:31 -06:00
Rafi Khan
74622ec776
Merge branch 'crash7-master' into experimental
...
Conflicts:
IRremote.h
2015-03-08 21:12:08 -06:00
Rafi Khan
9a5d40a74c
Changed define for Aiwa from 14 to 15
2015-03-08 21:09:48 -06:00
Christian Musa
bed4cc5c97
Added Aiwa protocol (remote control RC-T501).
...
Added Aiwa protocol (remote control RC-T501) based on lirc file.
Updated IRrecvDump example, added SendDemo example (AiwaRCT501SendDemo).
2015-03-08 19:40:03 -03:00
Rafi Khan
93c6e4af55
changed SHARP to 14
2015-03-08 00:05:16 -06:00
Rafi Khan
14f4c7af77
Merging Sharp
2015-03-08 00:02:22 -06:00
Francesco Meschia
0fce321c94
Added Whynter A/C remote protocol
...
Tested with Whynter ARC-110WD
2015-02-06 21:29:56 -08:00
Piotr Dobrowolski
5719e7c00f
sendSharp API change to make it compatible with decodeSharp
2014-09-17 22:34:41 +02:00
Darryl Smith
66c3b1f47c
Updates for LG Air Conditioner Remote
2014-07-10 08:27:36 +10:00
sstefanov
0de2d18bdb
Added Samsung protocol
2014-05-23 12:20:39 +03:00
Ken Shirriff
e03a593847
mitra changes
...
Conflicts:
IRremote.cpp
IRremote.h
IRremoteInt.h
keywords.txt
2012-08-06 23:43:43 -07:00
Kristian Lauszus
753e52efe7
Added panasonic and JVC protocol
...
Most work already done by zenwheel, but the sendPanasonic command
didn't work. Sending and decoding is confirmed to work with using both
the JVC and Panasonic protocol.
The library has also been updated to work with Arduino IDE 1.0.
2012-02-08 18:09:18 +01:00
Ken Shirriff
31d80abc3f
Fix CRLF issues.
...
Many problems happen with git due to some machines liking CRLF at the
end of lines, and others linking CR. To try to straighten this out,
I'm using Unix-style LF (\n) as the line endings. To make sure your
repository remains consistent, try:
$ git config --global core.autocrlf input
For details, see:
http://help.github.com/dealing-with-lineendings/
2010-05-15 15:21:48 -07:00
Ken Shirriff
6510b2c05c
Add Sharp and DISH transmission support.
...
This change is from Todd Treece:
http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html?showComment=1264093513759#c3138785324309374640
2010-01-22 23:39:46 -08:00
Ken Shirriff
e12e9eaac8
Add "hash encoding" to generate a value for unknown encodings.
...
For an unknown encoding, an arbitrary 32-bit value will be generated.
2010-01-22 23:26:54 -08:00
Ken Shirriff
6ee0dffb4c
Initial commit from Irremote.zip
2010-01-22 22:08:26 -08:00