mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 12:54:29 +01:00
Updated badges
This commit is contained in:
parent
6374bc4241
commit
df382a50aa
@ -1,6 +1,9 @@
|
|||||||
# BME680
|
# BME680
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/pimoroni/bme680-python.svg?branch=master)](https://travis-ci.org/pimoroni/bme680-python)
|
[![Build Status](https://travis-ci.com/pimoroni/bme680-python.svg?branch=master)](https://travis-ci.com/pimoroni/bme680-python)
|
||||||
|
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/bme680-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/bme680-python?branch=master)
|
||||||
|
[![PyPi Package](https://img.shields.io/pypi/v/bme680.svg)](https://pypi.python.org/pypi/bme680)
|
||||||
|
[![Python Versions](https://img.shields.io/pypi/pyversions/bme680.svg)](https://pypi.python.org/pypi/bme680)
|
||||||
|
|
||||||
https://shop.pimoroni.com/products/bme680
|
https://shop.pimoroni.com/products/bme680
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
BME680
|
BME680
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|Build Status| |Coverage Status| |PyPi Package| |Python Versions|
|
||||||
|
|
||||||
https://shop.pimoroni.com/products/bme680
|
https://shop.pimoroni.com/products/bme680
|
||||||
|
|
||||||
The state-of-the-art BME680 breakout lets you measure temperature,
|
The state-of-the-art BME680 breakout lets you measure temperature,
|
||||||
@ -20,6 +22,8 @@ Terminal on your Raspberry Pi desktop, as illustrated below:
|
|||||||
.. figure:: http://get.pimoroni.com/resources/github-repo-terminal.png
|
.. figure:: http://get.pimoroni.com/resources/github-repo-terminal.png
|
||||||
:alt: Finding the terminal
|
:alt: Finding the terminal
|
||||||
|
|
||||||
|
Finding the terminal
|
||||||
|
|
||||||
In the new terminal window type the command exactly as it appears below
|
In the new terminal window type the command exactly as it appears below
|
||||||
(check for typos) and follow the on-screen instructions:
|
(check for typos) and follow the on-screen instructions:
|
||||||
|
|
||||||
@ -66,3 +70,11 @@ Documentation & Support
|
|||||||
- Guides and tutorials - https://learn.pimoroni.com/bme680
|
- Guides and tutorials - https://learn.pimoroni.com/bme680
|
||||||
- Get help - http://forums.pimoroni.com/c/support
|
- Get help - http://forums.pimoroni.com/c/support
|
||||||
|
|
||||||
|
.. |Build Status| image:: https://travis-ci.com/pimoroni/bme680-python.svg?branch=master
|
||||||
|
:target: https://travis-ci.com/pimoroni/bme680-python
|
||||||
|
.. |Coverage Status| image:: https://coveralls.io/repos/github/pimoroni/bme680-python/badge.svg?branch=master
|
||||||
|
:target: https://coveralls.io/github/pimoroni/bme680-python?branch=master
|
||||||
|
.. |PyPi Package| image:: https://img.shields.io/pypi/v/bme680.svg
|
||||||
|
:target: https://pypi.python.org/pypi/bme680
|
||||||
|
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/bme680.svg
|
||||||
|
:target: https://pypi.python.org/pypi/bme680
|
||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in New Issue
Block a user