From a65f23b1856b65e23d113e515fd55646e6bd47b3 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 7 Dec 2020 23:40:33 +0900 Subject: [PATCH] =?UTF-8?q?Node.js=E3=81=AE=E8=AA=AC=E6=98=8E=E3=81=AF?= =?UTF-8?q?=E6=B3=A8=E9=87=88=E3=82=92=E4=BD=BF=E3=81=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/node-web-gpio.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/articles/node-web-gpio.md b/articles/node-web-gpio.md index d296c31..e24a80e 100644 --- a/articles/node-web-gpio.md +++ b/articles/node-web-gpio.md @@ -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 がインストールされているので不要です。