Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added instructions on installing the Si5351 library to README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.