Skip to content

Commit

Permalink
add Serial.begin() for 328P, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-pololu committed May 2, 2018
1 parent ba30472 commit 136b297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vl53l1x-st-api/vl53l1x-st-api.ino
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ void setup()

Wire.begin();
Wire.setClock(400000);
Serial.begin(115200);

Dev->I2cDevAddr = 0x52;

Expand Down

0 comments on commit 136b297

Please sign in to comment.