From 87cb90fa11b940bfeff782d5b0b8f7c1707f9d65 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz <34073796+RMTCRUZ@users.noreply.github.com> Date: Tue, 20 Mar 2018 21:18:31 +0000 Subject: [PATCH] Update si5351_example.ino Fixed minor error in sketch line 34 --- examples/si5351_example/si5351_example.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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