Skip to content

Commit 791b246

Browse files
author
Dave Conway-Jones
committed
Add notes that mcp3008 is and A/D Converter
to fix #248 Thanks @ukmoose
1 parent 1e31652 commit 791b246

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

hardware/mcp3008/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A <a href="http://nodered.org" target="_new">Node-RED</a> node to read from
55
the MCP3008 Analogue to Digital Converter,
66
such as the <a href="http://rasp.io/analogzero" target="_new">Rasp.io analogzero</a>, though it will work with breadboard versions also.
77

8+
It will appear in the menu as ` A/D Converter `.
9+
810
**Warning**: Input voltages must not exceed 3.3V
911

1012
### Pre-requisites
@@ -24,6 +26,8 @@ Run the following command in your Node-RED user directory - typically `~/.node-r
2426

2527
npm install node-red-node-pi-mcp3008
2628

29+
**Note**: It will appear in the menu as ` A/D Converter `.
30+
2731
### Usage
2832

2933
Reads from an MCP3008 Analogue to Digital (ADC) chip on the Pi SPI CE0 connection.

hardware/mcp3008/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "node-red-node-pi-mcp3008",
3-
"version" : "0.0.3",
3+
"version" : "0.0.4",
44
"description" : "A Node-RED node to read from the MCP3008 Analogue to Digital Converter",
55
"dependencies" : {
66
"mcp-spi-adc": "^0.0.1"
@@ -10,7 +10,7 @@
1010
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware"
1111
},
1212
"license": "Apache-2.0",
13-
"keywords": [ "node-red", "pi", "adc", "mcp3008" ],
13+
"keywords": [ "node-red", "pi", "adc", "mcp3008", "a/d converter" ],
1414
"node-red" : {
1515
"nodes" : {
1616
"pimcp3008": "pimcp3008.js"

0 commit comments

Comments
 (0)