AnalysIR d433744ec7 Update IRsendDemo.ino
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.
2015-08-24 20:37:41 +01:00
2015-08-24 20:37:41 +01:00
2015-07-26 22:38:20 -06:00
2015-07-30 00:14:55 -06:00
2015-08-10 14:31:27 -06:00
2015-06-20 17:51:10 +01:00
2015-03-16 12:07:55 -06:00
2015-04-26 17:06:52 -06:00
2010-01-22 22:08:26 -08:00
2015-08-10 14:41:13 -06:00

IRremote Arduino Library

Build Status

Join the chat at https://gitter.im/z3t0/Arduino-IRremote

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

  1. Navigate to the Releases page.
  2. Download the latest release.
  3. Extract the zip file
  4. 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 2009-2012 Ken Shirriff

Description
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
Readme 1.3 MiB
Languages
C++ 81.3%
C 18.7%