Skip to content

Commit 3962f3c

Browse files
committed
Fixed dates and removed #ifdef for UNO WiFi REV2
1 parent 7f0a566 commit 3962f3c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

src/Arduino_LSM6DSOX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the Arduino_LSM6DS3 library.
2+
This file is part of the Arduino_LSM6DSOX library.
33
Copyright (c) 2021 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

src/LSM6DSOX.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the Arduino_LSM6DSOX library.
3-
Copyright (c) 2019 Arduino SA. All rights reserved.
3+
Copyright (c) 2021 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public
@@ -235,8 +235,4 @@ int LSM6DSOXClass::writeRegister(uint8_t address, uint8_t value)
235235
return 1;
236236
}
237237

238-
#ifdef ARDUINO_AVR_UNO_WIFI_REV2
239-
LSM6DSOXClass IMU(SPI, SPIIMU_SS, SPIIMU_INT);
240-
#else
241238
LSM6DSOXClass IMU(Wire, LSM6DSOX_ADDRESS);
242-
#endif

src/LSM6DSOX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the Arduino_LSM6DSOX library.
3-
Copyright (c) 2019 Arduino SA. All rights reserved.
3+
Copyright (c) 2021 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)