Merge branch 'fab672000-master' into experimental

Conflicts:
	IRremote.cpp
	IRremote.h
* Saves lots of precious ram
* Debug Improvement
* Minor refactoring
* Better Install Instructions
* Using F() Macro

Credits: @zt30 and @fab672000.
Merged PR: #109
This commit is contained in:
Rafi Khan
2015-03-09 22:55:22 -06:00
3 changed files with 127 additions and 165 deletions

View File

@@ -1,14 +1,16 @@
# IRremote Arduino Library
This library enables you to send and receive using infra-red signals on an arduino
This library enables you to send and receive using infra-red signals on an arduino.
Check [here](http://shirriff.github.io/Arduino-IRremote/) for tutorials and more information.
## Version - 1.01
## Installation
1. Click "Download ZIP"
2. Extract the downloaded zip file
3. Rename the extracted folder from "Arduino-IRremote" to "IRremote"
4. Move this folder to your libraries directory
1. Navigate to the [Releases](https://github.com/shirriff/Arduino-IRremote/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.
## Contributing
If you want to contribute to this project: