Skip to content

Commit

Permalink
Merge pull request #1471 from Hemant2A2/missingLink
Browse files Browse the repository at this point in the history
Added the Missing Links
  • Loading branch information
limzykenneth authored Dec 30, 2023
2 parents 4e35a72 + 0f3e943 commit 5584416
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/data/examples/en/09_Simulate/15_penrose_tiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Penrose Tiles
* @arialabel A penrose tile pattern is created by white rhombi being drawn on a black background
* @frame 710,400
* @description This is a port by David Blitz of the "Penrose Tile" example from processing.org/examples
* @description This is a port by David Blitz of the "Penrose Tile" example from <a href="https://processing.org/examples/">processing.org/examples</a>
*/

let ds;
Expand Down
8 changes: 4 additions & 4 deletions src/data/examples/en/10_Interaction/28_ArduinoSensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
* @description WebJack is a way to read data from an Arduino (and other sources)
* using audio -- it basically turns your Arduino into an audio modem.
*
* https://github.com/publiclab/webjack
* <a href = "https://github.com/publiclab/webjack">https://github.com/publiclab/webjack</a>
*
* Note: WebJack and p5-webjack libraries must be added to your index.html as follows:
* <pre><code class="language-markup">&lt;script src="https://webjack.io/dist/webjack.js">&lt;/script></code></pre>
* <pre><code class="language-markup">&lt;script src="https://jywarren.github.io/p5-webjack/lib.js">&lt;/script></code></pre>
*
* Working example: https://editor.p5js.org/jywarren/sketches/rkztwSt8M
* Working example: <a href = "https://editor.p5js.org/jywarren/sketches/rkztwSt8M">https://editor.p5js.org/jywarren/sketches/rkztwSt8M</a>
*
* Testing audio: https://www.youtube.com/watch?v=GtJW1Dlt3cg
* Testing audio: <a href="https://www.youtube.com/watch?v=GtJW1Dlt3cg">https://www.youtube.com/watch?v=GtJW1Dlt3cg</a>
* Load this sketch onto an Arduino:
* https://create.arduino.cc/editor/jywarren/023158d8-be51-4c78-99ff-36c63126b554/preview
* <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>
* Arduino will output audio from pin 3 + ground. Use microphone or an audio cable.
*/

Expand Down

0 comments on commit 5584416

Please sign in to comment.