Skip to content

Commit e9206e3

Browse files
committed
change copyright name for lsm6ds3 and change a few docs mentions to the proper model number
1 parent aeffcc4 commit e9206e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

adafruit_lsm6ds/lsm6ds3.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

examples/lsm6ds_lsm6ds3_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
import time

0 commit comments

Comments
 (0)