diff --git a/examples/Continuous/Continuous.ino b/examples/Continuous/Continuous.ino index 78384d5..35a1855 100644 --- a/examples/Continuous/Continuous.ino +++ b/examples/Continuous/Continuous.ino @@ -10,7 +10,7 @@ VL53L1X sensor; void setup() { - while (!Serial) {} + //while (!Serial) {} // Check if device is connected to USB (only for devices with Native USB support) Serial.begin(115200); Wire.begin(); Wire.setClock(400000); // use 400 kHz I2C