From 0473fef89c65042f97532f9e506c8b036f417018 Mon Sep 17 00:00:00 2001 From: Nigel Vander Houwen Date: Sat, 20 Jun 2015 13:40:11 -0700 Subject: [PATCH] Added note about using this repository with Arduino to the README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94835c0..451f15d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # HamShield HamShield Arduino Library and Example Sketches + +This repository is meant to be checked out into your Arduino application's libraries folder. After reloading the application, the library and example sketches should be available for use.