Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
NT7S committed Sep 18, 2017
1 parent a4d1f5d commit 75b4621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -135,7 +135,7 @@ There will be some inherent error in the reference oscillator's actual frequency

The calibration method is called like this:

si5351.set_correction(-6190);
si5351.set_correction(-6190, SI5351_PLL_INPUT_XO);

However, you may use the third argument in the _init()_ method to specify the frequency correction and may not actually need to use the explict _set_correction()_ method in your code.

Expand Down

0 comments on commit 75b4621

Please sign in to comment.