Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/si5351_example/si5351_example.ino
Original file line number Diff line number Diff line change
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