node-red-contrib-ads1x15
Version:
Node-Red node for ADS1015 and ADS1115 I2C ADC
27 lines • 541 B
JSON
{
"name": "node-red-contrib-ads1x15",
"version": "1.0.1",
"description": "Node-Red node for ADS1015 and ADS1115 I2C ADC",
"repository": {
"type": "git",
"url": "https://github.com/cinqueon/node-red-contrib-ads1x15"
},
"keywords": [
"node-red",
"adc",
"i2c",
"ads1115",
"ads1015"
],
"dependencies": {
"node-ads1x15": "^1.0.0"
},
"author": "Cinqueon Inc.",
"homepage": "www.cinqueon.com",
"license": "MIT",
"node-red": {
"nodes": {
"ads1x15": "ads1x15/ads1x15.js"
}
}
}