Skip to content

Commit aef5e27

Browse files
authored
Merge pull request #67 from etherkit/v2.1.3
Fix typo in si5351_example.ino
2 parents 4c9d1ed + 1f00fc6 commit aef5e27

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,10 @@ This library does not currently support the spread spectrum function of the Si53
711711
Changelog
712712
---------
713713

714+
* v2.1.3
715+
716+
* Correct error in si5351_example.ino sketch
717+
714718
* v2.1.2
715719

716720
* Correct error in si5351_calibration.ino sketch

examples/si5351_example/si5351_example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void setup()
3131
i2c_found = si5351.init(SI5351_CRYSTAL_LOAD_8PF, 0, 0);
3232
if(!i2c_found)
3333
{
34-
Serial.println("Device not found on I2C bus!")
34+
Serial.println("Device not found on I2C bus!");
3535
}
3636

3737
// Set CLK0 to output 14 MHz

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Etherkit Si5351
2-
version=2.1.2
2+
version=2.1.3
33
author=Jason Milldrum <milldrum@gmail.com>
44
maintainer=Jason Milldrum <milldrum@gmail.com>
55
sentence=A full-featured library for the Si5351 series of clock generator ICs from Silicon Labs

0 commit comments

Comments
 (0)