Skip to content

Commit

Permalink
i2c fix and tested with last version of M5Atom library 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jul 28, 2022
1 parent 02571ad commit 79493b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sensors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ void Sensors::enableWire1() {
#endif
#ifdef M5ATOM
Wire1.flush();
Wire1.begin(26,32,100000); // M5CoreInk Ext port (default for all sensors)
Wire1.begin(26,32); // M5CoreInk Ext port (default for all sensors)
#endif
}

Expand Down

0 comments on commit 79493b9

Please sign in to comment.