try Wire1 for clockgen

pull/267/head
alanbjohnston 3 years ago committed by GitHub
parent 54234dbad0
commit d00562f07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5021,7 +5021,7 @@ void write_mode(int save_mode) {
void start_clockgen() {
if (clockgen.begin() != ERROR_NONE)
if (clockgen.begin(&Wire1) != ERROR_NONE)
{
/* There was a problem detecting the IC ... check your connections */
Serial.println("No Si5351 detected ... Check your wiring or I2C ADDR!");

Loading…
Cancel
Save

Powered by TurnKey Linux.