ncd-red-ads7828
Version:
This library provides a class for the ADS7828, it relies on the ncd-red-comm library for communication, and includes a node-red node for the ADS7828. The ADS7828 is an 8-channel, 12-bit, I2C compatible, analog-to-digital converter. [Ncd.io](https://ncd.io
32 lines (31 loc) • 644 B
JSON
{
"name": "ncd-red-ads7828",
"version": "1.1.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ncd-io/ncd-red-ads7828"
},
"keywords": [
"ADS7828",
"ncd",
"ADC",
"i2c",
"node-red"
],
"author": "Trey Felton",
"license": "MIT",
"node-red": {
"nodes": {
"ncd-ads7828": "ads7828.js"
}
},
"dependencies": {
"ncd-red-comm": "^1.4.0",
"promise-queue": "^2.2.5"
}
}