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
1616CircuitPython module for the Melexis MLX90614 Contact-less Infrared Temperature sensor. See
1717examples/mlx90614_simpletest.py for a demo of the usage.
1818
19-
2019Dependencies
2120=============
2221This driver depends on:
@@ -28,12 +27,7 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
2827This is easily achieved by downloading
2928`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
3029
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
3731====================
3832
3933On 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:
5852 source .env/bin/activate
5953 pip3 install adafruit-circuitpython-mlx90614
6054
55+ Usage Example
56+ =============
57+
58+ See examples/mlx90614_simpletest.py for a demo of the usage.
59+
6160Contributing
6261============
6362
You can’t perform that action at this time.
0 commit comments