Rafi Khan
742f72fd0a
Merge branch 'beta' of https://github.com/z3t0/Arduino-IRremote into beta
2017-09-23 23:16:52 -04:00
Rafi Khan
3ab30887f4
Merge branch 'LarsWH-master' into beta
2017-09-23 23:15:34 -04:00
Rafi Khan
bdb9f1c1f5
Added support for RC5 extended
...
Credits: https://github.com/LarsWH
Excerpt from PR:
```
Hi,
I added support for 'RC5 extended' in order to make this project:
https://www.instructables.com/id/Remote-Control-for-Lava-mMotion-Swing-Mounting-Bra/
The modification is working nicely in this single application. It has
not been tested elsewhere.
(I am new to Git and this is my first pull request ever. So please
excuse me if I have messed something up)
Kind regards,
Lars
```
Merged #522
2017-09-23 21:03:07 -04:00
Rafi Khan
71f6daca4f
Revert "Merge pull request #519 from PaulStoffregen/master"
...
This reverts commit 20a4d97f61 , reversing
changes made to 47aadf559d .
2017-09-14 22:13:50 -04:00
Rafi Khan
2b3188e40a
Merge branch 'master' of https://github.com/z3t0/Arduino-IRremote
2017-09-14 21:57:46 -04:00
Rafi Khan
d719c27f95
Changed default send pin on ATmega32u4 from 13 to 9
...
The reason for this change is that I was informed by a community
member that the Pro Micro board does not have the default pin 13. This
causes many issues for beginners that are not familiar with the inner
workings of the library. However, I am concerned about this being a
breaking change. If there are serious issues I may just end up adding
a tutorial in the FAQ for beginners, informing them how they may
change the default pins.
2017-09-14 21:57:01 -04:00
Rafi Khan
20a4d97f61
Merge pull request #519 from PaulStoffregen/master
...
Fix minor compiler warnings in examples
2017-09-09 17:53:45 -06:00
Rafi Khan
d2939e2366
Updated README.md for API doc. ( #515 )
...
Credits: @bengtmartensson
2017-09-06 20:59:17 -06:00
PaulStoffregen
1154607b69
Fix minor compiler warnings in examples
2017-09-04 20:48:37 -07:00
Bengt Martensson
c6a2fcd8c9
Updated README.md for API doc.
2017-08-27 13:41:28 +02:00
Bengt Martensson
e206e122e5
Doxygen API documentation in the sense of #461 ( #512 )
...
* new file: Doxyfile; #461 .
* Doxygen related documentation to two files. (Not complete.) #461 .
2017-08-23 13:57:05 -06:00
Rafi Khan
5bbd55c650
Fix #510
2017-08-22 15:47:20 -06:00
Bengt Martensson
24dd940107
Moving private includes to sub-directory, #464 ( #507 )
...
* Add missing "paragraph" to library.properties.
* Move not-to-be-exported includes to subdirectory.
Remove #include "IRremoteInt.h" from a number of files since it
now does not work any more, and since IRremote.h #includes it already.
This resolves #464 .
* Remove #include <IRremoteInt.h> from examples, too.
* Make ir_Lego_PF_BitStreamEncoder.h exported (again).
* Revoked fe24095 (paragraph) to keep 1-1 correspondance to #464 .
2017-08-20 15:49:57 -06:00
Bengt Martensson
7245efd2f5
Fix some minor problems in boarddefs.h and IRremote.cpp ( #505 )
...
* Removed some trailing spaces in IRremote.cpp.
* IRremote.cpp: fix some compiler warnings (-Wall -Wextra).
Remark: braces necessitated by the macro nature of DBG_PRINTLN.
* boarddefs.h: removed spurious #. Nuked trailing spaces.
Credits: bengtmartensson
2017-08-17 17:32:01 -06:00
Rafi Khan
4eb95a3272
Revert "Removed blinking led"
...
This reverts commit a406f3b9f9 .
2017-08-14 17:12:02 -06:00
Rafi Khan
542516f116
Revert "Removed pronto "protocol""
...
This reverts commit 563c82c6c4 .
2017-08-13 12:03:54 -06:00
Rafi Khan
563c82c6c4
Removed pronto "protocol"
...
Fixes #466
2017-08-13 11:46:58 -06:00
Rafi Khan
a406f3b9f9
Removed blinking led
...
It is difficult to maintain this over different architectures and also
not entirely that useful.
Fixes #462
2017-08-13 11:43:32 -06:00
Rafi Khan
31968a4875
Removed redundant preprocessor directives
...
In the newer versions of the IDE it is sufficient to simply include
the Arduino.h header file.
Fixes #463
2017-08-13 11:30:06 -06:00
Rafi Khan
635e8a923d
Restructuring directory as per #464
2017-08-13 11:19:20 -06:00
Rafi Khan
b0d15b6020
Modified library.json
2017-08-13 11:05:50 -06:00
Rafi Khan
622e28bf69
Update library.properties
2017-08-13 11:05:12 -06:00
Rafi Khan
e1768b4deb
Added changelog info
v2.4.0
2017-08-10 17:01:44 -06:00
Rafi Khan
679348568d
merge #437
2017-08-10 16:57:54 -06:00
Rafi Khan
47aadf559d
Update Contributors.md ( #488 )
2017-07-24 14:51:03 -06:00
Rafi Khan
eb7a0bee7d
#481 note ( #484 )
2017-07-01 21:53:37 -07:00
Marc MERLIN
18f12d3aff
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
f0aa48a4d1
Merge pull request #436 from marcmerlin/patch-1
...
Added pointer for ESP8266 fork
2017-04-10 14:05:36 -06:00
Marc MERLIN
691ea5bc53
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
e0c2649b9f
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
419c948c29
Fixed rev to 2.3.3 and added info on timer used.
2017-04-01 08:32:37 -07:00
Marc MERLIN
9133814e60
Rev'ed to 2.2.4.
2017-03-31 23:10:07 -07:00
Marc MERLIN
3875097df9
Merge branch 'master' of github.com:marcmerlin/Arduino-IRremote
2017-03-31 22:33:16 -07:00
Marc MERLIN
88b294a0cd
change no-op defines from '1' to ''.
2017-03-31 22:32:48 -07:00
Marc MERLIN
ffdb6081ae
Merge branch 'master' into master
2017-03-31 22:04:36 -07:00
Marc MERLIN
6b8f2bdbfc
move comment about 'or else' chips that use TIMER2.
2017-03-31 22:01:31 -07:00
Marc MERLIN
eae9de4307
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
513e104515
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
ccc9d0135c
Add Lego fix to change and bump version up to 2.2.3
2017-03-27 19:57:25 +02:00
Philipp Henkel
257a15130f
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
1b56da6cc7
Rename ESP32 timer name so that it doesn't conflict with other timers.
2017-03-19 21:28:14 -07:00
Marc MERLIN
aa8f7b31fe
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
048efb23a2
Merge pull request #414 from z3t0/z3t0-patch-1
...
Update ISSUE_TEMPLATE.md
2017-02-06 22:26:51 -06:00
Rafi Khan
4f24b696cf
Update ISSUE_TEMPLATE.md
2017-02-03 21:18:47 -06:00
Rafi Khan
a4cf8bc43e
Merge pull request #406 from z3t0/panasonic-jvc
...
IRrecord.ino typo
2017-01-26 21:11:10 -06:00
Rafi Khan
3b41130ff9
Manual merge of #398
2017-01-22 01:52:14 -06:00
Rafi Khan
96efb5930a
Merge pull request #402 from felipenoris/fn/fix-msg
...
fix example error message
2017-01-14 14:14:16 -06:00
Felipe Noronha
9a74475c8d
fix example error message
2017-01-13 11:58:40 -02:00
Rafi Khan
7c14514beb
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
20b6e3b8a2
Just gonna put this in here....
2016-11-11 22:28:41 -06:00