pcf8591
Version:
8-bit I2C ADC and DAC module
25 lines (24 loc) • 486 B
JSON
{
"name": "pcf8591",
"version": "0.1.0",
"description": "8-bit I2C ADC and DAC module",
"main": "pcf8591.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/j54n1n/node-pcf8591.git"
},
"keywords": [
"PCF8591",
"i2c",
"8-bit ADC and DAC",
"Raspberry Pi"
],
"author": "Julian Sanin <sanin89julian@gmail.com>",
"license": "BSD-2-Clause",
"dependencies": {
"i2c": "^0.1.4"
}
}