UNPKG

ncd-red-ads1115

Version:

This library provides a class for the ADS1115, it relies on the ncd-red-comm library for communication, and includes a node-red node for the ADS1115. The ADS1115 is a 4-channel, precision, low-power, 16-bit, I2C compatible, analog-to-digital converters. [

32 lines (31 loc) 654 B
{ "name": "ncd-red-ads1115", "version": "1.2.7", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/ncd-io/ncd-red-ads1115" }, "keywords": [ "ADS1115", "ncd", "ADC", "i2c", "node-red" ], "author": "Trey Felton", "license": "MIT", "node-red": { "nodes": { "ncd-ads1115": "ncd-ads1115.js" } }, "dependencies": { "ncd-red-comm": "^1.4.7", "promise-queue": "^2.2.5" } }