From fd99f892a38606f2127160095bbbf13f1ed0a051 Mon Sep 17 00:00:00 2001 From: Ken Shirriff Date: Fri, 22 Jan 2010 22:40:43 -0800 Subject: [PATCH] Add README file. --- readme | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 0000000..d28d6c6 --- /dev/null +++ b/readme @@ -0,0 +1,11 @@ +This is the IRremote library for the Arduino. + +To install, move this directory to: +arduino-00nn/hardware/libraries/IRremote + +I.e. after installation you should have files such as: +arduino-00nn/hardware/libraries/IRremote/IRremote.cpp + +For details see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html + +Copyright 2009 Ken Shirriff