File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: Copyright (c) 2020 Bryan Siepert for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Copyright (c) 2022 Edrig
2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
"""
@@ -12,13 +12,13 @@ class LSM6DS3(LSM6DS): # pylint: disable=too-many-instance-attributes
12
12
13
13
"""Driver for the LSM6DS3 6-axis accelerometer and gyroscope.
14
14
15
- :param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
15
+ :param ~busio.I2C i2c_bus: The I2C bus the LSM6DS3 is connected to.
16
16
:param int address: The I2C device address. Defaults to :const:`0x6A`
17
17
18
18
19
19
**Quickstart: Importing and using the device**
20
20
21
- Here is an example of using the :class:`LSM6DS33 ` class.
21
+ Here is an example of using the :class:`LSM6DS3 ` class.
22
22
First you will need to import the libraries to use the sensor
23
23
24
24
.. code-block:: python
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: Copyright (c) 2020 Bryan Siepert for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Copyright (c) 2022 Edrig
2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
import time
You can’t perform that action at this time.
0 commit comments