9d9075e76e
Added missing #endif
2018-12-27 20:03:12 +01:00
793ea06011
Updated irRecv.h to include Nerf LOP
2018-12-27 17:05:33 +01:00
c1993b9c10
Updated IRremote.h to include NERF LOP
2018-12-27 17:03:36 +01:00
ae5cd09352
Created NERF Laser Ops Pro file
2018-12-27 16:59:26 +01:00
Rafi Khan
48339f7f60
Merge pull request #555 from LSUPERMAN735/patch-1
...
Create readmdFrench.md
2018-03-12 17:17:02 -04:00
LSUPERMAN735
c6788e54db
Create readmdFrench.md
...
French translation by @Lsuperman735
2018-03-12 18:11:55 +01:00
Rafi Khan
06d54ce5b2
Merge pull request #542 from use-sparingly/master
...
Sparkfun Pro Micro Support
2018-01-03 18:52:44 -05:00
alastair.mccormack
8ba71c6489
Typo
...
Removed erroneous `//`
2017-12-03 21:27:35 +00:00
alastair.mccormack
72cd8c835f
Sparkfun Pro Micro credit
2017-12-03 20:36:49 +00:00
alastair.mccormack
73b2c6e5a4
Removed whitespace
2017-12-03 20:22:37 +00:00
alastair.mccormack
3aaa564482
Supported board order
...
Correct Sparkfun Pro Micro position in supported board order
2017-12-03 20:19:16 +00:00
alastair.mccormack
b1eb407e54
Corrected TIMER4_HS output on Sparkfun Pro Micro
...
Use O̅C̅4̅A̅ (complimentary output pin) to output to pin 5 (shared with OC3A) on Sparkfun Pro Micro
2017-12-03 20:09:23 +00:00
alastair.mccormack
9bce17ffab
Added Sparkfun timer and pins information
2017-11-23 17:30:25 +01:00
alastair.mccormack
10b5077f56
Added Sparkfun Pro Micro pinouts
...
Used -DARDUINO_AVR_PROMICRO to determine which timers are available and pin mapping.
Also removed separate ifdef in
2017-11-23 15:44:56 +01:00
Rafi Khan
0d0834a7de
Merge pull request #519 from PaulStoffregen/master
...
Fix minor compiler warnings in examples
2017-09-09 17:53:45 -06:00
PaulStoffregen
a0a0c7eb78
Fix minor compiler warnings in examples
2017-09-04 20:48:37 -07:00
Rafi Khan
0cddce6dae
Update Contributors.md ( #488 )
2017-07-24 14:51:03 -06:00
Rafi Khan
9c6395fb32
#481 note ( #484 )
2017-07-01 21:53:37 -07:00
Marc MERLIN
f33c845751
Add FAQ on mixing IR and neopixels ( #451 )
...
* Add FAQ on mixing IR and neopixels
As requested in https://github.com/z3t0/Arduino-IRremote/issues/435
* Update README.md
2017-04-22 20:44:19 -06:00
Rafi Khan
3172f38352
Merge pull request #436 from marcmerlin/patch-1
...
Added pointer for ESP8266 fork
2017-04-10 14:05:36 -06:00
Marc MERLIN
8cb40b77f8
Added pointer for ESP8266 fork
...
As requested in https://github.com/z3t0/Arduino-IRremote/issues/400
2017-04-09 19:55:49 -07:00
Rafi Khan
b838f3e7f7
Merge pull request #425 from marcmerlin/master
...
Added ESP32 IR receive support (IRsend not implemented yet).
2017-04-01 12:55:05 -06:00
Marc MERLIN
469edd4ff1
Fixed rev to 2.3.3 and added info on timer used.
2017-04-01 08:32:37 -07:00
Marc MERLIN
a7d8452266
Rev'ed to 2.2.4.
2017-03-31 23:10:07 -07:00
Marc MERLIN
32b9523fa7
Merge branch 'master' of github.com:marcmerlin/Arduino-IRremote
2017-03-31 22:33:16 -07:00
Marc MERLIN
64d071cd67
change no-op defines from '1' to ''.
2017-03-31 22:32:48 -07:00
Marc MERLIN
0774bbb27a
Merge branch 'master' into master
2017-03-31 22:04:36 -07:00
Marc MERLIN
c292b40ea2
move comment about 'or else' chips that use TIMER2.
2017-03-31 22:01:31 -07:00
Marc MERLIN
53ebde2c3c
Cleaned up ESP32 integration, reverted ESP32 ifdefs on irreceive examples.
...
- fixed indenting on existing code in a few places for consistency
- introduced IR_TIMER_USE_ESP32 for ifdefs within the code as per
request
- added comments explaining what's missing for irsend support on ESP32
- IRrecvDemo.ino gets a warning before and after interrupt is enabled in
case it causes a crash
TESTED=IoTuz ESP32 board and original 328p arduino to make sure current
code did not break.
2017-03-31 21:52:52 -07:00
Rafi Khan
44d63e7696
Merge pull request #427 from philipphenkel/lego_pf_integer_overflow_2
...
Fix calculation of pause length in LEGO PF protocol
2017-03-27 16:25:19 -06:00
Philipp Henkel
f7253ef4f3
Add Lego fix to change and bump version up to 2.2.3
2017-03-27 19:57:25 +02:00
Philipp Henkel
9105de0936
Fix calculation of pause length in LEGO PF protocol
...
Fix #384 Integer overflow in LEGO Power Functions affects pause between
messages
Is rebased version of PR #385
2017-03-26 22:32:55 +02:00
Marc MERLIN
e3ed422272
Rename ESP32 timer name so that it doesn't conflict with other timers.
2017-03-19 21:28:14 -07:00
Marc MERLIN
da8ffb78d5
Added ESP32 IR receive support (IRsend not implemented yet).
...
- disable a lot of defines not relevant to ESP32, set them to 1 (no-op)
- change default IR pin to 35 from 11
- changed serial speed to 115200 (9600 is too slow to keep up with IR input)
- irSend disables code that will not compile on ESP32. It won't work,
but it won't break compilation either.
2017-03-19 20:27:56 -07:00
Rafi Khan
d28eebcd69
Merge pull request #414 from z3t0/z3t0-patch-1
...
Update ISSUE_TEMPLATE.md
2017-02-06 22:26:51 -06:00
Rafi Khan
896d917ce2
Update ISSUE_TEMPLATE.md
2017-02-03 21:18:47 -06:00
Rafi Khan
58bab3d05a
Merge pull request #406 from z3t0/panasonic-jvc
...
IRrecord.ino typo
2017-01-26 21:11:10 -06:00
Rafi Khan
8cb322d159
Manual merge of #398
2017-01-22 01:52:14 -06:00
Rafi Khan
bbb7c82f24
Merge pull request #402 from felipenoris/fn/fix-msg
...
fix example error message
2017-01-14 14:14:16 -06:00
Felipe Noronha
b01619d457
fix example error message
2017-01-13 11:58:40 -02:00
Rafi Khan
70e60a3437
Merge pull request #377 from z3t0/z3t0-patch-3
...
Just gonna put this in here....
2016-11-12 00:02:17 -06:00
Rafi Khan
2969f52237
Just gonna put this in here....
2016-11-11 22:28:41 -06:00
Rafi Khan
cf96d94995
Merge pull request #352 from bengtmartensson/boarddefs
...
Move board specific configuration info to new file boarddefs.h
2016-11-08 18:24:09 -06:00
Bengt Martensson
305bcde50f
Merge branch 'boarddefs' of github.com:bengtmartensson/Arduino-IRremote into boarddefs
2016-11-07 17:04:41 +01:00
Bengt Martensson
4cd5a9147a
Move board specific configuration info to new file boarddefs.h.
2016-11-07 17:02:34 +01:00
Rafi Khan
99c461235e
Merge pull request #367 from z3t0/z3t0-patch-2
...
updated readme email notice
2016-10-26 22:05:22 -06:00
Rafi Khan
ebe6c6d08b
updated readme email notice
...
far too many emails for things that should be an issue or PR
2016-10-08 02:03:14 -06:00
Bengt Martensson
4dad022276
Move board specific configuration info to new file boarddefs.h.
2016-08-23 15:23:51 +02:00
Rafi Khan
7e47a1ef5b
Merge pull request #350 from safaorhan/master
...
Update keywords.txt to add sendLG
2016-08-19 23:31:39 -06:00
safaorhan
1d66d463a8
Update keywords.txt
...
Add sendLG as KEYWORD2
2016-08-18 12:20:43 +03:00