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