use chirimen panel

This commit is contained in:
Nebel 2022-11-25 16:38:45 +09:00
parent 977b4e6b62
commit 1241a47f20

View file

@ -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 関数を定義