Skip to content

Commit

Permalink
Merge pull request #67 from etherkit/v2.1.3
Browse files Browse the repository at this point in the history
Fix typo in si5351_example.ino
  • Loading branch information
NT7S committed Mar 7, 2019
2 parents 4c9d1ed + 1f00fc6 commit aef5e27
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 @@ -711,6 +711,10 @@ This library does not currently support the spread spectrum function of the Si53
Changelog
---------

* v2.1.3

* Correct error in si5351_example.ino sketch

* v2.1.2

* Correct error in si5351_calibration.ino sketch
Expand Down
2 changes: 1 addition & 1 deletion examples/si5351_example/si5351_example.ino
Expand Up @@ -31,7 +31,7 @@ void setup()
i2c_found = si5351.init(SI5351_CRYSTAL_LOAD_8PF, 0, 0);
if(!i2c_found)
{
Serial.println("Device not found on I2C bus!")
Serial.println("Device not found on I2C bus!");
}

// Set CLK0 to output 14 MHz
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=Etherkit Si5351
version=2.1.2
version=2.1.3
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

0 comments on commit aef5e27

Please sign in to comment.