Skip to content

Commit 0fc224a

Browse files
committed
Update readme.
1 parent 114d8af commit 0fc224a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

readme

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
This is the IRremote library for the Arduino.
22

3-
To install, move this directory to:
4-
arduino-00nn/hardware/libraries/IRremote
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
56

67
I.e. after installation you should have files such as:
78
arduino-00nn/hardware/libraries/IRremote/IRremote.cpp
89

9-
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, and move the directory as described above.
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.
1011

1112
For details see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
1213

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

0 commit comments

Comments
 (0)