From 1f00fc6de12cd9e6cea562a6e26922797fd80a10 Mon Sep 17 00:00:00 2001 From: Jason Milldrum Date: Thu, 7 Mar 2019 14:11:19 -0800 Subject: [PATCH] Fix typo in si5351_example.ino --- README.md | 4 ++++ examples/si5351_example/si5351_example.ino | 2 +- library.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 105db83..5c8bf8c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/si5351_example/si5351_example.ino b/examples/si5351_example/si5351_example.ino index 77ab26c..4f93ea4 100644 --- a/examples/si5351_example/si5351_example.ino +++ b/examples/si5351_example/si5351_example.ino @@ -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 diff --git a/library.properties b/library.properties index 3e6b7df..69ebcb4 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Etherkit Si5351 -version=2.1.2 +version=2.1.3 author=Jason Milldrum maintainer=Jason Milldrum sentence=A full-featured library for the Si5351 series of clock generator ICs from Silicon Labs