mirror of
https://github.com/kou029w/zenn.dev.git
synced 2025-01-31 06:18:02 +00:00
Node.jsの説明は注釈を使う
This commit is contained in:
parent
de1c118ed9
commit
a65f23b185
1 changed files with 2 additions and 6 deletions
|
@ -11,17 +11,13 @@ published: true
|
|||
|
||||
## 概要
|
||||
|
||||
Raspberry Pi の Node.js から Web GPIO API と Web I2C API を扱う方法を説明します。
|
||||
Raspberry Pi の Node.js^[[Node.js](https://nodejs.org/) は、オープンソース・クロスプラットフォームな JavaScript 実行環境です。
|
||||
[パッケージマネージャー npm](https://www.npmjs.com/) を利用して膨大なパッケージにアクセスでき、IoT プロトタイピングだけでなく幅広いアプリケーションを作るために使われています。]から Web GPIO API と Web I2C API を扱う方法を説明します。
|
||||
|
||||
:::message
|
||||
[Web GPIO API](http://browserobo.github.io/WebGPIO/)/[Web I2C API](http://browserobo.github.io/WebI2C/) とは [W3C の Browsers and Robotics コミュニティグループ](https://www.w3.org/community/browserobo/)で標準化に向けての検討されている、JavaScript で Web アプリから電子パーツを直接制御できる低レベルハードウェア制御 API です。
|
||||
:::
|
||||
|
||||
:::message
|
||||
[Node.js](https://nodejs.org/) は、オープンソース・クロスプラットフォームな JavaScript 実行環境です。
|
||||
[パッケージマネージャー npm](https://www.npmjs.com/) を利用して膨大なパッケージにアクセスでき、IoT プロトタイピングだけでなく幅広いアプリケーションを作るために使われています。
|
||||
:::
|
||||
|
||||
## 準備
|
||||
|
||||
プログラムを実行するには Raspberry Pi に Node.js をインストールします。CHIRIMEN を利用する場合はあらかじめ Node.js がインストールされているので不要です。
|
||||
|
|
Loading…
Add table
Reference in a new issue