File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
22#
33# SPDX-License-Identifier: MIT
44"""
@@ -12,13 +12,13 @@ class LSM6DS3(LSM6DS): # pylint: disable=too-many-instance-attributes
1212
1313 """Driver for the LSM6DS3 6-axis accelerometer and gyroscope.
1414
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.
1616 :param int address: The I2C device address. Defaults to :const:`0x6A`
1717
1818
1919 **Quickstart: Importing and using the device**
2020
21- Here is an example of using the :class:`LSM6DS33 ` class.
21+ Here is an example of using the :class:`LSM6DS3 ` class.
2222 First you will need to import the libraries to use the sensor
2323
2424 .. 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
22#
33# SPDX-License-Identifier: MIT
44import time
You can’t perform that action at this time.
0 commit comments