diff --git a/README.md b/README.md index 0e1b9e8..f4ac1eb 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,10 @@ CHIRIMEN panel > setup CHIRIMEN ## サンプルコードの実行 +CHIRIMEN panel > Get Examples > hello-real-world (L チカ) > JS GET + +または + ```js import { requestGPIOAccess } from "node-web-gpio"; // WebGPIO を使えるようにするためのライブラリをインポート const sleep = (msec) => new Promise((resolve) => setTimeout(resolve, msec)); // sleep 関数を定義