NodeJS SPI Dump for MCP3008 =========================== This is a simple script that reads all eight analog channels of an MCP3008 each second and outputs the result to the console. I created this script to ease debugging of the MCP3008 ADC connected to my Raspberry Pi. ### Installation ```sh npm install rpio ``` ### Usage ```js xx ```