UNPKG

ncd-red-mcp4728

Version:

This library provides a class for the mcp4728, it relies on the ncd-red-comm library for communication, and includes a node-red node for the mcp4728. The mcp4728 is a quad, 12-bit voltage output Digital-to-Analog Convertor (DAC) with nonvolatile memory (E

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