fixup mcp3008 readme

This commit is contained in:
Dave Conway-Jones 2017-09-24 19:46:51 +01:00
parent c62820a111
commit 9765439588
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ It will appear in the menu as ` A/D Converter `.
You must ensure that SPI is enabled. For recent (2016) versions of Raspbian you can do this You must ensure that SPI is enabled. For recent (2016) versions of Raspbian you can do this
- Run `sudo raspi-config` - Run `sudo raspi-config`
- Select `9 - Advanced Options` - Select `5 - Interfacing Options`
- Select `A5 - SPI` - Select `P4 - SPI`
- Select `yes` to enable SPI - Select `yes` to enable SPI
- Select `OK` to confirm - Select `OK` to confirm
- Select the `Finish` button - Select the `Finish` button

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-pi-mcp3008", "name" : "node-red-node-pi-mcp3008",
"version" : "0.0.7", "version" : "0.0.8",
"description" : "A Node-RED node to read from the MCP3008 Analogue to Digital Converter", "description" : "A Node-RED node to read from the MCP3008 Analogue to Digital Converter",
"dependencies" : { "dependencies" : {
"mcp-spi-adc": "^0.3.1" "mcp-spi-adc": "^0.3.1"