mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
chore(README): README ドキュメント追加 (#54)
README ドキュメント追加 --------- Co-authored-by: bot <bot@example> Co-authored-by: akihiko kigure <akihiko.kigure@lifewood-m1.local> Co-authored-by: Kohei Watanabe <kou029w@gmail.com>
This commit is contained in:
parent
08b7ac98e3
commit
dd94f1f8da
3 changed files with 7 additions and 3 deletions
|
@ -24,4 +24,8 @@ main();
|
||||||
|
|
||||||
## Document
|
## Document
|
||||||
|
|
||||||
[Web I2C API](http://browserobo.github.io/WebI2C)
|
- [TSDoc](http://chirimen.org/node-web-i2c/)
|
||||||
|
|
||||||
|
## Reference
|
||||||
|
|
||||||
|
- [Web I2C API for W3C Draft](http://browserobo.github.io/WebI2C)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-web-i2c",
|
"name": "node-web-i2c",
|
||||||
"version": "1.1.23",
|
"version": "1.1.24",
|
||||||
"description": "I2C access with Node.js",
|
"description": "I2C access with Node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
@ -590,7 +590,7 @@ functional-red-black-tree@^1.0.1:
|
||||||
|
|
||||||
get-stream@^6.0.1:
|
get-stream@^6.0.1:
|
||||||
version "6.0.1"
|
version "6.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
|
resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz"
|
||||||
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
|
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
|
||||||
|
|
||||||
glob-parent@^5.1.0:
|
glob-parent@^5.1.0:
|
||||||
|
|
Loading…
Add table
Reference in a new issue