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
- Run `sudo raspi-config`
- Select `9 - Advanced Options`
- Select `A5 - SPI`
- Select `5 - Interfacing Options`
- Select `P4 - SPI`
- Select `yes` to enable SPI
- Select `OK` to confirm
- Select the `Finish` button

View File

@ -1,6 +1,6 @@
{
"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",
"dependencies" : {
"mcp-spi-adc": "^0.3.1"