Infrared remote library for Arduino: send and receive infrared signals with multiple protocols Port from Arduino-IRremote https://github.com/z3t0/Arduino-IRremote

Dependents:   Lilnija_29012017 NucleoF042K6_IRReceiver

Committer:
yuhki50
Date:
Thu Mar 10 15:39:34 2016 +0000
Revision:
7:c82a0d54a024
Parent:
0:70c8e56bac45
change USECPERTICK

Who changed what in which revision?

UserRevisionLine numberNew contents of line
yuhki50 0:70c8e56bac45 1 # IRremote Arduino Library
yuhki50 0:70c8e56bac45 2
yuhki50 0:70c8e56bac45 3 [![Build Status](https://travis-ci.org/z3t0/Arduino-IRremote.svg?branch=master)](https://travis-ci.org/z3t0/Arduino-IRremote)
yuhki50 0:70c8e56bac45 4
yuhki50 0:70c8e56bac45 5 [![Join the chat at https://gitter.im/z3t0/Arduino-IRremote](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/z3t0/Arduino-IRremote?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
yuhki50 0:70c8e56bac45 6
yuhki50 0:70c8e56bac45 7 This library enables you to send and receive using infra-red signals on an Arduino.
yuhki50 0:70c8e56bac45 8
yuhki50 0:70c8e56bac45 9 Check [here](http://z3t0.github.io/Arduino-IRremote/) for tutorials and more information.
yuhki50 0:70c8e56bac45 10
yuhki50 0:70c8e56bac45 11 ## Version - 2.01
yuhki50 0:70c8e56bac45 12
yuhki50 0:70c8e56bac45 13 ## Installation
yuhki50 0:70c8e56bac45 14 1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page.
yuhki50 0:70c8e56bac45 15 2. Download the latest release.
yuhki50 0:70c8e56bac45 16 3. Extract the zip file
yuhki50 0:70c8e56bac45 17 4. Move the "IRremote" folder that has been extracted to your libraries directory.
yuhki50 0:70c8e56bac45 18 5. Make sure to delete Arduino_Root/libraries/RobotIRremote. Where Arduino_Root refers to the install directory of Arduino. The library RobotIRremote has similar definitions to IRremote and causes errors.
yuhki50 0:70c8e56bac45 19
yuhki50 0:70c8e56bac45 20 ## Usage
yuhki50 0:70c8e56bac45 21 - TODO (Check examples for now)
yuhki50 0:70c8e56bac45 22
yuhki50 0:70c8e56bac45 23 ## Contributing
yuhki50 0:70c8e56bac45 24 If you want to contribute to this project:
yuhki50 0:70c8e56bac45 25 - Report bugs and errors
yuhki50 0:70c8e56bac45 26 - Ask for enhancements
yuhki50 0:70c8e56bac45 27 - Create issues and pull requests
yuhki50 0:70c8e56bac45 28 - Tell other people about this library
yuhki50 0:70c8e56bac45 29 - Contribute new protocols
yuhki50 0:70c8e56bac45 30 -
yuhki50 0:70c8e56bac45 31
yuhki50 0:70c8e56bac45 32 ## Contact
yuhki50 0:70c8e56bac45 33 The only way to contact me at the moment is by email: zetoslab@gmail.com
yuhki50 0:70c8e56bac45 34 I am not currently monitoring any PRs or Issues due to other issues but will respond to all emails. If anyone wants contributor access, feel free to email me. Or if you find any Issues/PRs to be of importance that my attention is needed please email me.
yuhki50 0:70c8e56bac45 35
yuhki50 0:70c8e56bac45 36 ## Contributors
yuhki50 0:70c8e56bac45 37 Check [here](Contributors.md)
yuhki50 0:70c8e56bac45 38
yuhki50 0:70c8e56bac45 39 ## Copyright
yuhki50 0:70c8e56bac45 40 Copyright 2009-2012 Ken Shirriff