We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adfc72 commit ce066bcCopy full SHA for ce066bc
README.md
@@ -69,6 +69,8 @@ The plugin assumes that you're using three voltage divider resistors to bring
69
the voltage into a measurable range. You can configure them in the Python
70
script.
71
72
+This plugin requires the python-smbus package to be installed.
73
+
74
There are currently no configuration options available.
75
76
LoadPlugin python
mcp3425.py
@@ -4,6 +4,8 @@
4
5
Return supply voltage (in mV) from ADC readings.
6
7
8
9
Configure your three voltage divider resistors below.
10
Default values are 6.8K, 3.6K and 470.
11
0 commit comments