Skip to content

Commit 9dae939

Browse files
committed
Update readme for 1.x
Improve download and installation instructions. Remove obsolete 0018 version instructions.
1 parent e03a593 commit 9dae939

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
This is the IRremote library for the Arduino.
22

3-
To install on Arduino 0018 or later, move this directory to:
4-
arduino-00nn/libraries/IRremote
5-
For earlier releases, install into arduino-00nn/hardware/libraries/IRremote
3+
To download from github (http://github.com/shirriff/Arduino-IRremote), click on the "Downloads" link in the upper right, click "Download as zip", and get a zip file. Unzip it and rename the directory shirriff-Arduino-IRremote-nnn to IRremote
64

7-
I.e. after installation you should have files such as:
8-
arduino-00nn/hardware/libraries/IRremote/IRremote.cpp
5+
To install, move the downloaded IRremote directory to:
6+
arduino-1.x/libraries/IRremote
7+
where arduino-1.x is your Arduino installation directory
98

10-
If you're downloading from github (http://github.com/shirriff/Arduino-IRremote), click on the Download Source button in the upper right and get a zip file. Unzip it, copy and rename the directory shirriff-Arduino-IRremote-nnn to arduino-00nn/libraries/IRremote. Your directory structure should have arduino-00nn/libraries/IRremote/IRremote.cpp, etc.
9+
After installation you should have files such as:
10+
arduino-1.x/libraries/IRremote/IRremote.cpp
1111

12-
For details see the Wiki on github or the blog post http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
12+
For details on the library see the Wiki on github or the blog post http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
1313

14-
Copyright 2009-2010 Ken Shirriff
14+
Copyright 2009-2012 Ken Shirriff

0 commit comments

Comments
 (0)