Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tetunori committed Oct 9, 2023
1 parent 5c95213 commit c00bf5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions website/docs/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ Due to the dependency to `Web Bluetooth`, this library works with the following
- Browser: Latest version of Google Chrome is highly recommended.

Also, some Web Editor like [OpenProcessing](https://www.openprocessing.org/) support this library. We use this environment for samples.
:::note
[p5.js Web Editor](https://editor.p5js.org/) unfortunately does not support `Web Bluetooth` so that this library also does not work😭. Please see [the issue](https://github.com/processing/p5.js-web-editor/issues/1900) on p5.js Web Editor.
:::
1 change: 1 addition & 0 deletions website/docs/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const onFlatChanged(flat: boolean);
const onCollisionOccurred();
const onDoubleTapped();
const onPostureChanged(posture: string);
const onShakeLevelChanged(shakelevel: number);
const onPositionIdChanged(info: positionIdInfo);
const onStandardIdChanged(info: standardIdInfo);
```
4 changes: 0 additions & 4 deletions website/docs/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ We can also use the non-minified code.
2. Insert `p5.toio` library as the additional library by pressing "+" button aside "LIBRARIES".
3. Then, you can go back and start programming in `mySketch`.
Go on to the next page [Basic Usage](https://tetunori.github.io/p5.toio/docs/basic).

:::note
Currently(2022/10/29), [OpenProcessing](https://www.openprocessing.org/) supports `Web Bluetooth` but [p5.js Web Editor](https://editor.p5js.org/) unfortunately does not support it so that this library also does not work😭. Please see [the issue](https://github.com/processing/p5.js-web-editor/issues/1900) on p5.js Web Editor.
:::

0 comments on commit c00bf5c

Please sign in to comment.