mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-16 14:22:48 +00:00
d433744ec753d526bd10df30469fdc8594594423
As written this example will cause issues with some IR receivers. On the face of it it sends teh sony signal burst 3 times with a 40ms gap. However, it really continues to send the sony signal forever with a 40ms gap. There needs to be a reasonable gap between signals sent & I have added in a 5 sec gap as a reasonable figure. Without a gap, many IR receivers will treat this signal as noise as it send continuous sony bursts with a 40 ms gap.
IRremote Arduino Library
This library enables you to send and receive using infra-red signals on an Arduino.
Check here for tutorials and more information.
Version - 2.01
Installation
- Navigate to the Releases page.
- Download the latest release.
- Extract the zip file
- Move the "IRremote" folder that has been extracted to your libraries directory.
Usage
- TODO (Check examples for now)
Contributing
If you want to contribute to this project:
- Report bugs and errors
- Ask for enhancements
- Create issues and pull requests
- Tell other people about this library
- Contribute new protocols
Contributors
Check here
Copyright
Copyright 2009-2012 Ken Shirriff
Description
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
Languages
C++
81.3%
C
18.7%