From 8bc18e4609b718352b6caed1f547bdbf21af8de5 Mon Sep 17 00:00:00 2001 From: 222064h Date: Mon, 26 Dec 2016 19:09:38 +0800 Subject: [PATCH] Added instructions on installing the Si5351 library to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0180bf4..fdba893 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # bitx40 BITX40 sketch for Raduino + +## Si5351 Library + +This sketch uses the Si5351 library v1.x ([https://github.com/etherkit/Si5351Arduino](https://github.com/etherkit/Si5351Arduino)). The easiest way to install this library (assuming you are using Arduino IDE 1.6.2 or greater) is to use the Arduino Library Manager. To install it this way, simply go to the menu `Sketch > Include Library > Manage Libraries...`, and then in the search box at the upper-right, type `Etherkit Si5351`. Click on the entry in the list below, select `Version 1.1.1` from the drop down menu and then click on the "Install" button. By installing the library this way, you will always have notifications of future library updates, and can easily switch between library versions.