We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535aaf8 commit 4fb6ec1Copy full SHA for 4fb6ec1
src/data/examples/zh-Hans/10_Interaction/28_ArduinoSensor.js
@@ -5,8 +5,9 @@
5
*
6
* https://github.com/publiclab/webjack
7
8
- * Note: WebJack library must be added to your index.html as
+ * Note: WebJack and p5-webjack libraries must be added to your index.html as follows:
9
* <pre><code class="language-markup"><script src="https://webjack.io/dist/webjack.js"></script></code></pre>
10
+ * <pre><code class="language-markup"><script src="https://jywarren.github.io/p5-webjack/lib.js"></script></code></pre>
11
12
* Testing audio: https://www.youtube.com/watch?v=GtJW1Dlt3cg
13
* Load this sketch onto an Arduino:
0 commit comments