Skip to content

Commit

Permalink
Merge pull request #48 from etherkit/v2.0.5
Browse files Browse the repository at this point in the history
V2.0.5
  • Loading branch information
NT7S committed Jun 17, 2017
2 parents e116320 + 740be74 commit 6dc44cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -665,6 +665,10 @@ This library does not currently support the spread spectrum function of the Si53

Changelog

* v2.0.5

* Remove PLL reset from set_freq() when not necessary

* v2.0.4

* Fix error in VCXO algorithm
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=Etherkit Si5351
version=2.0.4
version=2.0.5
author=Jason Milldrum <milldrum@gmail.com>
maintainer=Jason Milldrum <milldrum@gmail.com>
sentence=A full-featured library for the Si5351 series of clock generator ICs from Silicon Labs
Expand Down
2 changes: 1 addition & 1 deletion src/si5351.cpp
Expand Up @@ -304,7 +304,7 @@ uint8_t Si5351::set_freq(uint64_t freq, enum si5351_clock clk)
set_ms(clk, ms_reg, int_mode, r_div, div_by_4);

// Reset the PLL
pll_reset(pll_assignment[clk]);
//pll_reset(pll_assignment[clk]);
}

return 0;
Expand Down

0 comments on commit 6dc44cf

Please sign in to comment.