@@ -10,8 +10,8 @@ Introduction
10
10
:alt: Discord
11
11
12
12
13
- .. image :: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX /workflows/Build%20CI/badge.svg
14
- :target: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX /actions
13
+ .. image :: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS /workflows/Build%20CI/badge.svg
14
+ :target: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS /actions
15
15
:alt: Build Status
16
16
17
17
CircuitPython library for the ST LSM6DSOX 6-axis Accelerometer and Gyro
@@ -33,17 +33,17 @@ Installing from PyPI
33
33
=====================
34
34
35
35
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
36
- PyPI <https://pypi.org/project/adafruit-circuitpython-lsm6dsox /> `_. To install for current user:
36
+ PyPI <https://pypi.org/project/adafruit-circuitpython-lsm6ds /> `_. To install for current user:
37
37
38
38
.. code-block :: shell
39
39
40
- pip3 install adafruit-circuitpython-lsm6dsox
40
+ pip3 install adafruit-circuitpython-lsm6ds
41
41
42
42
To install system-wide (this may be required in some cases):
43
43
44
44
.. code-block :: shell
45
45
46
- sudo pip3 install adafruit-circuitpython-lsm6dsox
46
+ sudo pip3 install adafruit-circuitpython-lsm6ds
47
47
48
48
To install in a virtual environment in your current project:
49
49
@@ -52,7 +52,7 @@ To install in a virtual environment in your current project:
52
52
mkdir project-name && cd project-name
53
53
python3 -m venv .env
54
54
source .env/bin/activate
55
- pip3 install adafruit-circuitpython-lsm6dsox
55
+ pip3 install adafruit-circuitpython-lsm6ds
56
56
57
57
Usage Example
58
58
=============
@@ -77,7 +77,7 @@ Contributing
77
77
============
78
78
79
79
Contributions are welcome! Please read our `Code of Conduct
80
- <https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX /blob/master/CODE_OF_CONDUCT.md> `_
80
+ <https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS /blob/master/CODE_OF_CONDUCT.md> `_
81
81
before contributing to help this project stay welcoming.
82
82
83
83
Documentation
0 commit comments