Ivan Kravets
ad42149c56
Continuous Integration with @travis-ci + @PlatformIO
2015-05-23 19:35:45 +03:00
Rafi Khan
e9e4410a05
Update README.md
2015-05-14 16:32:48 -06:00
Rafi Khan
97909f86f0
#133
2015-04-26 17:06:52 -06:00
Rafi Khan
e0a1312606
Merge pull request #119 from jan-r/ATmega8-IRQ-fix
...
Fixed problem with interrupt enable/disable on ATmega8
2015-04-18 14:18:02 -06:00
joshua noble
a0a67f4d37
Merge pull request #124 from levsa/master
...
Added different ifdefs for SEND and DECODE. Enum for decode_type. ifdef errors fixed.
2015-04-10 10:49:40 -07:00
Levon Saldamli
0ec2bf5696
Changed ifdefs for SEND and DECODE, created enum for decode_type_t. Corrected ifdef errors, issues #121 , #122 , #123 ).
2015-04-06 18:17:53 +02:00
Levon Saldamli
d7f2b1b08f
Library properties for arduino 1.0.5 to recognize as library.
2015-04-06 17:16:27 +02:00
jan-r
e3567c7945
Fixed problem with interrupt enable/disable on ATmega8
...
Previously, when enabling or disabling interrupts on the ATmega8, the
whole TIMSK register was overwritten. This disables all other timer
interrupts (for Timer0 and Timer2). The fix takes care of that by
selectively enabling/disabling the required OCIE1A flag.
2015-04-04 11:02:53 +02:00
Rafi Khan
05db6714af
Quick fix for previous commit
2015-03-16 12:07:55 -06:00
Rafi Khan
0e82cf540c
Add Aiwa protocol to keywords
2015-03-16 12:07:21 -06:00
joshua noble
f08064bb96
Updating for device usage
2015-03-15 19:41:46 -07:00
Joshua Noble
111c96ab58
merging 110
2015-03-15 13:28:46 -07:00
Rafi Khan
4e6fb9ecf4
Merge pull request #61 from crash7/master
...
Added Aiwa protocol (remote control RC-T501).
2015-03-14 21:04:30 -06:00
sstefanov
a8b4269ca7
Added possibility to exclude non-necessary libraries by comment lines in IRremote.h
2015-03-12 14:49:48 +02:00
Rafi Khan
e2a7f22c1f
Update Contributors.md
2015-03-10 15:43:28 -06:00
Rafi Khan
f6066c3e65
Added Lauszus to contrib.
2015-03-10 15:43:13 -06:00
Rafi Khan
cb6b1b622d
Added reference to GitHub page
2015-03-09 18:54:25 -06:00
Rafi Khan
b8043a7415
Releases can be found on the releases page.
2015-03-09 13:01:25 -06:00
Rafi Khan
beef4710a3
Moved contributors to a different file
2015-03-08 19:42:47 -06:00
Rafi Khan
7bf1e8d92d
Added Neco777 to contributors
2015-03-08 19:40:16 -06:00
Rafi Khan
0dfa1925a8
add crash7 to contributors list
2015-03-08 17:38:20 -06:00
Rafi Khan
1e1ec53911
remove index (for real)
2015-03-08 17:37:06 -06:00
Rafi Khan
4efc4d6bc8
Merge branch 'master' of https://github.com/shirriff/Arduino-IRremote
2015-03-08 17:35:45 -06:00
Rafi Khan
4a7e85b65c
removed index
2015-03-08 17:35:21 -06:00
Rafi Khan
97e7423260
Added GitHub Page
2015-03-08 17:30:36 -06:00
Rafi Khan
8a40178ad2
Merge pull request #90 from ivankravets/patch-1
...
PlatformIO Library Manager manifest file
2015-03-08 17:16:29 -06:00
Christian Musa
3327011ec8
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
c448327a92
Fixed broken links
2015-03-08 16:07:40 -06:00
Rafi Khan
f5d5b58a3d
Add contributors to readme
2015-03-08 16:03:41 -06:00
Rafi Khan
155fcce927
Readme is branch independent
2015-03-07 23:33:59 -06:00
Rafi Khan
d18b36fdeb
NEC_ONE_SPACE should actually be 1690
2015-03-07 18:10:22 -06:00
Rafi Khan
c7ef1a226d
Merge pull request #102 from cltnschlosser/patch-1
...
Add LG keyword to keywords file from #102
Credits: @cltnschlosser
2015-03-07 17:32:52 -06:00
Rafi Khan
05919f370a
Merge pull request #105 from fmeschia/master
...
Added Whynter A/C remote protocol from #105 .
Credits: @fmeschia
2015-03-07 17:31:21 -06:00
Rafi Khan
17091aa096
Fixed typo
2015-03-07 17:24:50 -06:00
Rafi Khan
51534b383f
Revamped README
2015-03-07 17:22:29 -06:00
Rafi Khan
77938e93c4
Fix #41
...
Fixes #41 by implementing the solution by @canondale
2015-03-07 16:53:43 -06:00
Francesco Meschia
723ceccd05
Added Whynter A/C remote protocol
...
Tested with Whynter ARC-110WD
2015-02-06 21:29:56 -08:00
Colton Schlosser
bb0bb24021
Add LG keyword
2015-01-10 14:17:43 -06:00
joshua noble
935ba3f51d
Merge pull request #22 from PaulStoffregen/master
...
Teensy 3.0 compatibility
2014-11-16 07:20:33 -08:00
Ivan Kravets
7398213165
Avoid trademark issues with library name
...
Added frameworks and platforms fields
2014-10-20 11:41:09 +03:00
Ivan Kravets
b54ed9bbd2
PlatformIO-based manifest file
...
Web: http://platformio.ikravets.com/#!/lib/show/Arduino-IRremote
Docs: http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html
2014-09-25 14:18:56 +03:00
joshua noble
04d397a51d
Merge pull request #84 from Informatic/sendsharp
...
sendSharp cleanup and API change
2014-09-21 20:52:40 -07:00
Piotr Dobrowolski
c6342d2932
Update keywords.txt
2014-09-17 23:21:54 +02:00
Piotr Dobrowolski
d9d2b74a30
sendSharp API change to make it compatible with decodeSharp
2014-09-17 22:34:41 +02:00
Piotr Dobrowolski
9e079396d0
Cleanup sendSharp and fix reliability
2014-09-17 22:33:14 +02:00
joshua noble
3e2d5434bd
Merge pull request #73 from DaAwesomeP/master
...
Add delay to IRrecvDemo Loop preventing duplicates
2014-08-28 21:47:31 -07:00
P THE AWESOME
453939814a
Add delay to IRrecvDemo Loop preventing duplicates
...
Prevents duplicates in serial when button was only pressed once.
2014-08-04 16:19:07 -05:00
joshua noble
e899b1ff12
Merge pull request #69 from vk2tds/master
...
LG A/C remote protocol decoding
2014-07-10 09:30:01 -07:00
Darryl Smith
10f2b889c0
Updates for LG Air Conditioner Remote
2014-07-10 08:27:36 +10:00
vk2tds
2bf17395a9
Update IRremoteInt.h
2014-07-07 08:27:15 +10:00