File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/data/examples/en/10_Interaction Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 * @description WebJack is a way to read data from an Arduino (and other sources)
44 * using audio -- it basically turns your Arduino into an audio modem.
55 *
6- * <pre><a href = "https://github.com/publiclab/webjack">https://github.com/publiclab/webjack</a><pre>
6+ * <pre><a href = "https://github.com/publiclab/webjack">https://github.com/publiclab/webjack</a></ pre>
77 *
88 * Note: WebJack and p5-webjack libraries must be added to your index.html as follows:
99 * <pre><code class="language-markup"><script src="https://webjack.io/dist/webjack.js"></script></code></pre>
1010 * <pre><code class="language-markup"><script src="https://jywarren.github.io/p5-webjack/lib.js"></script></code></pre>
1111 *
12- * Working example: https://editor.p5js.org/jywarren/sketches/rkztwSt8M
12+ * Working example: <pre><a href = " https://editor.p5js.org/jywarren/sketches/rkztwSt8M">https://editor.p5js.org/jywarren/sketches/rkztwSt8M</a></pre>
1313 *
14- * Testing audio: https://www.youtube.com/watch?v=GtJW1Dlt3cg
14+ * Testing audio: <pre><a href=" https://www.youtube.com/watch?v=GtJW1Dlt3cg">https://www.youtube.com/watch?v=GtJW1Dlt3cg</a></pre>
1515 * Load this sketch onto an Arduino:
16- * https://create.arduino.cc/editor/jywarren/023158d8-be51-4c78-99ff-36c63126b554/preview
16+ * <pre><a href=" https://create.arduino.cc/editor/jywarren/023158d8-be51-4c78-99ff-36c63126b554/preview">https://create.arduino.cc/editor/jywarren/023158d8-be51-4c78-99ff-36c63126b554/preview</a></pre>
1717 * Arduino will output audio from pin 3 + ground. Use microphone or an audio cable.
1818 */
1919
You can’t perform that action at this time.
0 commit comments