set Wire1 2 and 3

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

@ -5021,8 +5021,8 @@ void write_mode(int save_mode) {
void start_clockgen() {
Wire1.setSDA(SDA2);
Wire1.setSCL(SCL2);
Wire1.setSDA(2);
Wire1.setSCL(3);
Wire1.begin();
if (clockgen.begin(&Wire1) != ERROR_NONE)

Loading…
Cancel
Save

Powered by TurnKey Linux.