annotate service/busyboxArduino/IRremote/readme @ 408:0787cd64ecf8

cmdline flag on piNode to pick hub host Ignore-this: e88b7bc860b040e6952ddf3723f26a23
author drewp@bigasterisk.com
date Tue, 12 Mar 2019 00:14:12 -0700
parents e88308cea843
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
155
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
1 This is the IRremote library for the Arduino.
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
2
e88308cea843 add IRremote
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
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
4
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
5 To install, move the downloaded IRremote directory to:
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
6 arduino-1.x/libraries/IRremote
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
7 where arduino-1.x is your Arduino installation directory
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
8
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
9 After installation you should have files such as:
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
10 arduino-1.x/libraries/IRremote/IRremote.cpp
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
11
e88308cea843 add IRremote
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
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
13
e88308cea843 add IRremote
drewp@bigasterisk.com
parents:
diff changeset
14 Copyright 2009-2012 Ken Shirriff