Skip to content

Commit

Permalink
Update ToF_VL53L0X.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao authored Jan 25, 2022
1 parent 3c7f198 commit 1424181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Hat/ToF_VL53L0X/ToF_VL53L0X.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ byte gbuf[16];

void setup() {
// put your setup code here, to run once:
Wire.begin(0, 26, 400000);// join i2c bus (address optional for master)
Wire.begin(0, 26, 400000UL);// join i2c bus (address optional for master)
Serial.begin(115200); // start serial for output
Serial.println("VLX53LOX test started.");

Expand Down

0 comments on commit 1424181

Please sign in to comment.