Commit Graph
58 Commits
Author SHA1 Message Date
Darryl Smith 10f2b889c0 Updates for LG Air Conditioner Remote 2014-07-10 08:27:36 +10:00
lumbric (antares) f396a790f7 adding Panasonic and JVC types for IRrecord 2014-02-20 21:35:50 +01:00
Kristian Lauszus 29a056daf2 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 3cc3c306c6 Add Test2.
This tests functionality using a pair of Arduinos.
2010-11-15 22:05:16 -08:00
Ken Shirriff acca27b698 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 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 c6ec2fd003 Reduce gap between Sony messages. This should work more reliably. 2010-01-22 23:02:19 -08:00
Ken Shirriff 6ee0dffb4c Initial commit from Irremote.zip 2010-01-22 22:08:26 -08:00