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
+
1
6
0.0.5
2
7
-----
3
8
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
17
17
![ Enviro Plus pHAT] ( ./Enviro-Plus-pHAT.jpg )
18
18
![ Enviro Mini pHAT] ( ./Enviro-mini-pHAT.jpg )
19
19
20
+ :warning : This library now supports Python 3 only, Python 2 is EOL - https://www.python.org/doc/sunset-python-2/
21
+
20
22
## One-line (Installs from GitHub)
21
23
22
24
```
@@ -51,7 +53,7 @@ And if you're using a PMS5003 sensor you will need to:
51
53
And install additional dependencies:
52
54
53
55
```
54
- sudo apt install python -numpy python -smbus python -pil python -setuptools
56
+ sudo apt install python3 -numpy python3 -smbus python3 -pil python3 -setuptools
55
57
```
56
58
57
59
## Alternate Software & User Projects
@@ -70,6 +72,11 @@ sudo apt install python-numpy python-smbus python-pil python-setuptools
70
72
* Discord - https://discord.gg/hr93ByC
71
73
72
74
# Changelog
75
+ 0.0.6
76
+ -----
77
+
78
+ * Fix noise by specifying adau7002 device
79
+
73
80
0.0.5
74
81
-----
75
82
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 1
1
# -*- coding: utf-8 -*-
2
2
[metadata]
3
3
name = enviroplus
4
- version = 0.0.5
4
+ version = 0.0.6
5
5
author = Philip Howard
6
6
7
7
description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi
You can’t perform that action at this time.
0 commit comments