From 9170c0b4a12219b5e83b56d638a7c82c0309b211 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Thu, 14 May 2015 16:32:48 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f59361..3fee473 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +NOTE: THIS NEEDS TO BE FIXED.... PLEASE JUST USE THE LATEST RELEASE AND NOT THE MASTER BRANCH!!!! # IRremote Arduino Library This library enables you to send and receive using infra-red signals on an arduino. @@ -12,7 +13,6 @@ Check [here](http://shirriff.github.io/Arduino-IRremote/) for tutorials and more 4. Move the "IRremote" folder that has been extracted to your libraries directory. ## Usage - We get a lot of support for different device types. To keep the size of the library manageable we're moving to a model where different device types use a #define statement, for instance: ```#define SHARP```