File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.0.6
2+ -----
3+
4+ * Fix noise by specifying adau7002 device
5+
160.0.5
27-----
38
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ You're best using the "One-line" install method if you want all of the UART seri
1717![ Enviro Plus pHAT] ( ./Enviro-Plus-pHAT.jpg )
1818![ Enviro Mini pHAT] ( ./Enviro-mini-pHAT.jpg )
1919
20+ :warning : This library now supports Python 3 only, Python 2 is EOL - https://www.python.org/doc/sunset-python-2/
21+
2022## One-line (Installs from GitHub)
2123
2224```
@@ -51,7 +53,7 @@ And if you're using a PMS5003 sensor you will need to:
5153And install additional dependencies:
5254
5355```
54- sudo apt install python -numpy python -smbus python -pil python -setuptools
56+ sudo apt install python3 -numpy python3 -smbus python3 -pil python3 -setuptools
5557```
5658
5759## Alternate Software & User Projects
@@ -70,6 +72,11 @@ sudo apt install python-numpy python-smbus python-pil python-setuptools
7072* Discord - https://discord.gg/hr93ByC
7173
7274# Changelog
75+ 0.0.6
76+ -----
77+
78+ * Fix noise by specifying adau7002 device
79+
73800.0.5
7481-----
7582
Original file line number Diff line number Diff line change 1- __version__ = '0.0.5 '
1+ __version__ = '0.0.6 '
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22[metadata]
33name = enviroplus
4- version = 0.0.5
4+ version = 0.0.6
55author = Philip Howard
66author_email = phil@pimoroni.com
77description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi
You can’t perform that action at this time.
0 commit comments