We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c67bb8 commit 96bea4cCopy full SHA for 96bea4c
examples/STM32L475VG-DISCOVERY-IOT/BTLE_sensors_TimeOfFlight_demo/BTLE_sensors_TimeOfFlight_demo.ino
@@ -122,7 +122,7 @@ boolean swipe_detected() {
122
int gesture_code;
123
int status;
124
boolean ret = false;
125
-
+
126
sensor_vl53l0x->StartMeasurement();
127
128
int top_done = 0;
@@ -339,7 +339,7 @@ void setup() {
339
340
/* Configure the User Button in GPIO Mode */
341
pinMode(USER_BTN, INPUT);
342
343
// Initialize I2C bus.
344
dev_i2c = new TwoWire(I2C2_SDA, I2C2_SCL);
345
dev_i2c->begin();
0 commit comments