cyborg5 / IRLib2

Library for receiving, decoding, and sending infrared signals using Arduino
GNU General Public License v3.0
384 stars 138 forks source link

Added ESP32 support #77

Open 4lloyd opened 5 years ago

4lloyd commented 5 years ago

This PR adds support for the ESP32 module and fixes #48. The changes are tested on an ESP32 Dev Module.

The default IR send pin is 26, but this can be changed in "IRLibESP32.h".

Humancell commented 1 year ago

I am curious, is there a reason this PR was not integrated to provide ESP32 support to the project? I'd rather not use a fork, but there are forks that now exist that seem to work. Was there something wrong with the PR?

nccchirag commented 1 year ago

@4lloyd - Is there a working sample which can be used with the PR?

4lloyd commented 1 year ago

@4lloyd - Is there a working sample which can be used with the PR?

@nccchirag When I made the pull request I used the examples from the library itself to test. I can't remember which examples I have used to test, because I made the changes more then 3 years ago.

nccchirag commented 1 year ago

@4lloyd - Is there a working sample which can be used with the PR?

@nccchirag When I made the pull request I used the examples from the library itself to test. I can't remember which examples I have used to test, because I made the changes more then 3 years ago.

No problem, thank you so much for the prompt response. Any chance of modifying/enhancing the PR to support latest libraries?