File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Introduction
16
16
CircuitPython module for the Melexis MLX90614 Contact-less Infrared Temperature sensor. See
17
17
examples/mlx90614_simpletest.py for a demo of the usage.
18
18
19
-
20
19
Dependencies
21
20
=============
22
21
This driver depends on:
@@ -28,12 +27,7 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
28
27
This is easily achieved by downloading
29
28
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
30
29
31
- Usage Example
32
- =============
33
-
34
- See examples/mlx90614_simpletest.py for a demo of the usage.
35
-
36
- nstalling from PyPI
30
+ Installing from PyPI
37
31
====================
38
32
39
33
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
@@ -58,6 +52,11 @@ To install in a virtual environment in your current project:
58
52
source .env/bin/activate
59
53
pip3 install adafruit-circuitpython-mlx90614
60
54
55
+ Usage Example
56
+ =============
57
+
58
+ See examples/mlx90614_simpletest.py for a demo of the usage.
59
+
61
60
Contributing
62
61
============
63
62
You can’t perform that action at this time.
0 commit comments