Skip to content

Commit 6e7d660

Browse files
committed
rm: debug prints in begin()
1 parent f9af4da commit 6e7d660

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sensor_tof_matrix.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,11 @@ class SensorTofMatrix{
3333
int begin(){
3434
int out = 0;
3535
_wire->begin();
36-
Serial.println("wire begin done");
3736
if (_wire_boost){
3837
_wire->setClock(WIRE_BOOST_CLOCK);
3938
}
4039
out |= _sensor->begin();
41-
Serial.println("sensor begin done");
4240
out |= _sensor->init_sensor();
43-
Serial.println("sensor begin done");
4441
if (_size == 8){
4542
out |= _sensor->vl53l7cx_set_resolution(VL53L7CX_RESOLUTION_8X8);
4643
if (_ranging_freq > 0 ) {

0 commit comments

Comments
 (0)