mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
rename @notweb/i2c to node-web-i2c
This commit is contained in:
parent
4377f96c58
commit
b13125daec
3 changed files with 25 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
||||||
# @notweb/i2c
|
# node-web-i2c
|
||||||
|
|
||||||
I2C access with Node.js
|
I2C access with Node.js
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const { requestI2CAccess } = require("@notweb/i2c");
|
const { requestI2CAccess } = require("node-web-i2c");
|
||||||
|
|
||||||
const ADT7410_ADDR = 0x48;
|
const ADT7410_ADDR = 0x48;
|
||||||
|
|
||||||
|
|
23
package.json
23
package.json
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "@notweb/i2c",
|
"name": "node-web-i2c",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "I2C access with Node.js",
|
"description": "I2C access with Node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/kou029w/notweb-i2c.git"
|
"url": "https://github.com/kou029w/node-web-i2c.git"
|
||||||
},
|
},
|
||||||
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -16,10 +16,25 @@
|
||||||
"i2c-bus": "^5.1.0"
|
"i2c-bus": "^5.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^12.7.12",
|
"@types/node": "^12.11.1",
|
||||||
"typescript": "^3.6.4"
|
"typescript": "^3.6.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc"
|
"build": "tsc"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"hardware",
|
||||||
|
"i2c",
|
||||||
|
"iot",
|
||||||
|
"linux",
|
||||||
|
"pi",
|
||||||
|
"raspberry",
|
||||||
|
"raspberry pi",
|
||||||
|
"raspi",
|
||||||
|
"robot",
|
||||||
|
"robotics",
|
||||||
|
"robots",
|
||||||
|
"rpi",
|
||||||
|
"smbus"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
"@types/node@^12.7.12":
|
"@types/node@^12.11.1":
|
||||||
version "12.7.12"
|
version "12.11.1"
|
||||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.12.tgz#7c6c571cc2f3f3ac4a59a5f2bd48f5bdbc8653cc"
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.1.tgz#1fd7b821f798b7fa29f667a1be8f3442bb8922a3"
|
||||||
integrity sha512-KPYGmfD0/b1eXurQ59fXD1GBzhSQfz6/lKBxkaHX9dKTzjXbK68Zt7yGUxUsCS1jeTy/8aL+d9JEr+S54mpkWQ==
|
integrity sha512-TJtwsqZ39pqcljJpajeoofYRfeZ7/I/OMUQ5pR4q5wOKf2ocrUvBAZUMhWsOvKx3dVc/aaV5GluBivt0sWqA5A==
|
||||||
|
|
||||||
bindings@^1.5.0:
|
bindings@^1.5.0:
|
||||||
version "1.5.0"
|
version "1.5.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue