UNPKG

raspi-pcf8574

Version:

Control each pin of a PCF8574/PCF8574A I2C port expander IC.

34 lines (33 loc) 723 B
{ "name": "raspi-pcf8574", "version": "1.0.0", "description": "Control each pin of a PCF8574/PCF8574A I2C port expander IC.", "keywords": [ "pcf8574", "pcf8574a", "pcf8574p", "i2c", "portexpander", "raspberry pi", "gpio" ], "main": "dist/pcf8574.js", "typings": "typings/index.d.ts", "scripts": { "prepublish": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "AHA", "license": "GPL-2.0", "devDependencies": { "@types/bluebird": "^3.5.29", "@types/i2c-bus": "^1.0.27", "@types/node": "^13.1.7", "typescript": "^3.7.5" }, "dependencies": { "bluebird": "^3.7.2", "i2c-bus": "^5.1.0", "onoff": "^5.0.1" } }