Skip to content

Commit 20c94be

Browse files
committed
removing prints
1 parent 72061d7 commit 20c94be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Adafruit_LSM303_Accel.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ Adafruit_LSM303_Accel_Unified::Adafruit_LSM303_Accel_Unified(int32_t sensorID) {
5454
* @return True if initialization was successful, otherwise false.
5555
*/
5656
bool Adafruit_LSM303_Accel_Unified::begin(uint8_t i2c_address, TwoWire *wire) {
57-
// Enable I2C
57+
5858
i2c_dev = new Adafruit_I2CDevice(i2c_address, wire);
5959

6060
if (!i2c_dev->begin()) {
61-
Serial.println("Failed to init i2c address");
6261
return false;
6362
}
6463
Adafruit_BusIO_Register ctrl1 =

0 commit comments

Comments
 (0)