File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ Installing from PyPI
35
35
=====================
36
36
37
37
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
38
- PyPI <https://pypi.org/project/adafruit-circuitpython-bno080 /> `_. To install for current user:
38
+ PyPI <https://pypi.org/project/adafruit-circuitpython-bno08x /> `_. To install for current user:
39
39
40
40
.. code-block :: shell
41
41
42
- pip3 install adafruit-circuitpython-bno080
42
+ pip3 install adafruit-circuitpython-bno08x
43
43
44
44
To install system-wide (this may be required in some cases):
45
45
46
46
.. code-block :: shell
47
47
48
- sudo pip3 install adafruit-circuitpython-bno080
48
+ sudo pip3 install adafruit-circuitpython-bno08x
49
49
50
50
To install in a virtual environment in your current project:
51
51
@@ -54,7 +54,7 @@ To install in a virtual environment in your current project:
54
54
mkdir project-name && cd project-name
55
55
python3 -m venv .env
56
56
source .env/bin/activate
57
- pip3 install adafruit-circuitpython-bno080
57
+ pip3 install adafruit-circuitpython-bno08x
58
58
59
59
Usage Example
60
60
=============
Original file line number Diff line number Diff line change 124
124
html_favicon = "_static/favicon.ico"
125
125
126
126
# Output file base name for HTML help builder.
127
- htmlhelp_basename = "AdafruitBno080Librarydoc "
127
+ htmlhelp_basename = "AdafruitBno08xLibrarydoc "
128
128
129
129
# -- Options for LaTeX output ---------------------------------------------
130
130
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Simple test
3
3
4
4
Ensure your device works with this simple test.
5
5
6
- .. literalinclude :: ../examples/bno080_simpletest .py
7
- :caption: examples/bno080_simpletest .py
6
+ .. literalinclude :: ../examples/bno08x_simpletest .py
7
+ :caption: examples/bno08x_simpletest .py
8
8
:linenos:
Original file line number Diff line number Diff line change 23
23
long_description = f .read ()
24
24
25
25
setup (
26
- name = "adafruit-circuitpython-bno080 " ,
26
+ name = "adafruit-circuitpython-bno08x " ,
27
27
use_scm_version = True ,
28
28
setup_requires = ["setuptools_scm" ],
29
29
description = "Helper library for the Hillcrest Laboratories BNO08x IMUs" ,
50
50
],
51
51
# What does your project relate to?
52
52
keywords = "adafruit blinka circuitpython micropython bno080 IMU BNO055 SENSOR FUSION VR "
53
- "MOTION TRACK" ,
53
+ "MOTION TRACK BNO085 " ,
54
54
# You can just specify the packages manually here if your project is
55
55
# simple. Or you can use find_packages().
56
56
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
You can’t perform that action at this time.
0 commit comments