From c8f8e7033b162d159636830177d6e45618211e62 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 23 Dec 2014 13:53:30 +0100 Subject: [PATCH] Updated readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da89cc7..4a76349 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,12 @@ See the example included in the library for info on how to use it! ## Installation -Place the "LibAPRS" folder (the one in the same folder as this readme file) inside your Arduino "libraries" folder. That's all! \ No newline at end of file +Place the "LibAPRS" folder (the one in the same folder as this readme file) inside your Arduino "libraries" folder. That's all! + +## Getting started + +You should read through the "Basic_usage" example included with the library. It contains an explanation of all the functions and a basic sketch to get you up and running with sending and receiving packets. + +## Got bugs? + +This library is very early, and being actively developed all the time. This means you should expect to find bugs. If you do, please report them here, so I can fix them! It also means I might have to make changes that will break code, and that you will have to rewrite your sketch. If you don't think that sounds good, wait a little while for a stable release of the library :) \ No newline at end of file