Skip to content

Commit ce066bc

Browse files
committed
mcp3425: Mention python-smbus requirement
1 parent 9adfc72 commit ce066bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ The plugin assumes that you're using three voltage divider resistors to bring
6969
the voltage into a measurable range. You can configure them in the Python
7070
script.
7171

72+
This plugin requires the python-smbus package to be installed.
73+
7274
There are currently no configuration options available.
7375

7476
LoadPlugin python

mcp3425.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
Return supply voltage (in mV) from ADC readings.
66
7+
This plugin requires the python-smbus package to be installed.
8+
79
Configure your three voltage divider resistors below.
810
Default values are 6.8K, 3.6K and 470.
911

0 commit comments

Comments
 (0)