Merge pull request #95 from d00616/arduino_library

Add Arduino library manager support.
diff --git a/README.md b/README.md
index 01926e3..21e1844 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
 
 I recommend just copying (or symlink) the uECC files into your project. Then just `#include "uECC.h"` to use the micro-ecc functions.
 
-For use with Arduino, you can just create a symlink to the `uECC` directory in your Arduino `libraries` directory. You can then use uECC just like any other Arduino library (uECC should show up in the **Sketch**=>**Import Library** submenu).
+For use with Arduino, you can use the Library Manager to download micro-ecc (**Sketch**=>**Include Library**=>**Manage Libraries**). You can then use uECC just like any other Arduino library (uECC should show up in the **Sketch**=>**Import Library** submenu).
 
 See uECC.h for documentation for each function.
 
diff --git a/test/ecc_test/ecc_test.ino b/examples/ecc_test/ecc_test.ino
similarity index 100%
rename from test/ecc_test/ecc_test.ino
rename to examples/ecc_test/ecc_test.ino
diff --git a/library.properties b/library.properties
new file mode 100644
index 0000000..390bdc8
--- /dev/null
+++ b/library.properties
@@ -0,0 +1,9 @@
+name=micro-ecc
+version=1.0.0
+author=Kenneth MacKay
+maintainer=Kenneth MacKay
+sentence=uECC
+paragraph=A small and fast ECDH and ECDSA implementation for 8-bit, 32-bit, and 64-bit processors.
+category=Other
+url=https://github.com/kmackay/micro-ecc
+architectures=*