annotate service/busyboxArduino/IRremote/readme @ 960:a5c7e285fef5

add IRremote Ignore-this: c295c68f923af8d072841f1d7c1e5ab8 darcs-hash:20150120015526-312f9-ed34137ad90e3436dcaa2ec10358705a4f87a80b
author drewp <drewp@bigasterisk.com>
date Mon, 19 Jan 2015 17:55:26 -0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
960
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
1 This is the IRremote library for the Arduino.
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
2
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
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
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
4
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
5 To install, move the downloaded IRremote directory to:
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
6 arduino-1.x/libraries/IRremote
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
7 where arduino-1.x is your Arduino installation directory
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
8
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
9 After installation you should have files such as:
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
10 arduino-1.x/libraries/IRremote/IRremote.cpp
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
11
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
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
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
13
a5c7e285fef5 add IRremote
drewp <drewp@bigasterisk.com>
parents:
diff changeset
14 Copyright 2009-2012 Ken Shirriff