mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-20 08:12:53 +00:00
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:
12
README.md
12
README.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user