File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
* @name Penrose Tiles
3
3
* @arialabel A penrose tile pattern is created by white rhombi being drawn on a black background
4
4
* @frame 710,400
5
- * @description This is a port by David Blitz of the "Penrose Tile" example from processing.org/examples
5
+ * @description This is a port by David Blitz of the "Penrose Tile" example from <a href="https:// processing.org/examples/">processing.org/examples</a>
6
6
*/
7
7
8
8
let ds ;
Original file line number Diff line number Diff line change 3
3
* @description WebJack is a way to read data from an Arduino (and other sources)
4
4
* using audio -- it basically turns your Arduino into an audio modem.
5
5
*
6
- * https://github.com/publiclab/webjack
6
+ * <a href = " https://github.com/publiclab/webjack">https://github.com/publiclab/webjack</a>
7
7
*
8
8
* Note: WebJack and p5-webjack libraries must be added to your index.html as follows:
9
9
* <pre><code class="language-markup"><script src="https://webjack.io/dist/webjack.js"></script></code></pre>
10
10
* <pre><code class="language-markup"><script src="https://jywarren.github.io/p5-webjack/lib.js"></script></code></pre>
11
11
*
12
- * Working example: https://editor.p5js.org/jywarren/sketches/rkztwSt8M
12
+ * Working example: <a href = " https://editor.p5js.org/jywarren/sketches/rkztwSt8M">https://editor.p5js.org/jywarren/sketches/rkztwSt8M</a>
13
13
*
14
- * Testing audio: https://www.youtube.com/watch?v=GtJW1Dlt3cg
14
+ * Testing audio: <a href=" https://www.youtube.com/watch?v=GtJW1Dlt3cg">https://www.youtube.com/watch?v=GtJW1Dlt3cg</a>
15
15
* Load this sketch onto an Arduino:
16
- * https://create.arduino.cc/editor/jywarren/023158d8-be51-4c78-99ff-36c63126b554/preview
16
+ * <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>
17
17
* Arduino will output audio from pin 3 + ground. Use microphone or an audio cable.
18
18
*/
19
19
You can’t perform that action at this time.
0 commit comments