From 1fa41e1d5a6df70b974dc4d07326bbf8ebd2810f Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Thu, 4 Apr 2013 19:16:09 -0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d9b3e35..b48c084 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ SPIFlash Arduino library for read/write access to SPI flash memory chips. See code files for initial documentation, more to come soon. + +###Installation +Copy the content of this library in the "Arduino/libraries/RFM12B" folder. +
+To find your Arduino folder go to File>Preferences in the Arduino IDE. +
+See [this tutorial](http://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduino-libraries) on Arduino libraries.