From e00b7167184f91caf1ffae2d4500e4b1cbe2d04a Mon Sep 17 00:00:00 2001 From: Richard Meister Date: Tue, 26 Jul 2016 14:38:16 +0200 Subject: [PATCH] Create a release (#4) update of README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22dc319..1859095 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ SoftModem Audio Jack Modem Library for Arduino, using FSK modulation with 1225 baud. Read this [blog post](http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2Farms22.blog91.fc2.com%2Fblog-entry-350.html&sl=auto&tl=en) for a detailed explanation. -### Manual install -Create a folder 'SoftModem' inside your `libraries` folder and place these files there. -### Arduino Library Manager (not working yet) +### Arduino Library Manager Open the Arduino Library Manager and search for 'SoftModem'. +### Manual install +Create a folder 'SoftModem' inside your `libraries` folder and place these files there. -### Usage +### Use This is an example sketch that forwards data to/from the serial port. ```Arduino