Skip to content

Commit

Permalink
Update bbn_m5atomS3_lite_i2c_detect.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Oct 6, 2024
1 parent 1698b9f commit 7de4e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bbn_m5atomS3_lite_i2c_detect/bbn_m5atomS3_lite_i2c_detect.ino
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ void setup() {
AtomS3.begin(cfg);
Serial.begin(9600);
Wire.begin();
Wire.setClock(100000);
delay(10);
byte error, address;
int nDevices;
Serial.println("Scanning...");
Expand Down

0 comments on commit 7de4e33

Please sign in to comment.