-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from montoyamoraga/main
update docs, p5.js files, and add tag for v0.0.30
- Loading branch information
Showing
37 changed files
with
13,185 additions
and
651,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ <h2>Getting Started</h2> | |
<p>After running either the <a href="https://github.com/p5-serial/p5.serialcontrol/releases">p5.serialcontrol application</a> or p5.serialserver, you need to include the client side library in your html file. You can download the <a href="https://github.com/p5-serial/p5.serialport/blob/master/lib/p5.serialport.js">p5.serialport.js client library</a> and include this as a script tag as below:</p> | ||
<p><code><script language="javascript" type="text/javascript" src="p5.serialport.js"></code></p> | ||
<p>or, you can use a CDN link available via <a href="https://www.jsdelivr.com/">jsdelivr</a>:</p> | ||
<p><code> <script language="javascript" type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.serialport.js"></script></code></p> | ||
<p><code><script language="javascript" type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.serialport.js"></script></code></p> | ||
<h2><a href="https://p5-serial.github.io/">API</a></h2> | ||
<h2>Examples</h2> | ||
<ul> | ||
|
@@ -627,7 +627,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Client.ht | |
<br class="clear"> | ||
|
||
<footer> | ||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Jul 08 2022 15:30:57 GMT-0400 (Chile Standard Time) | ||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sun Jul 17 2022 21:38:31 GMT-0400 (Chile Standard Time) | ||
</footer> | ||
|
||
<script> prettyPrint(); </script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<script language="javascript" type="text/javascript" src="p5.js"></script> | ||
<script language="javascript" type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.serialport.js"></script> | ||
<script language="javascript" type="text/javascript" src="sketch.js"></script> | ||
<style> body {padding: 0; margin: 0;} </style> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="../libraries/p5.js" | ||
></script> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.serialport.js" | ||
></script> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="sketch.js" | ||
></script> | ||
<style> | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
</style> | ||
</head> | ||
<body></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<script language="javascript" type="text/javascript" src="p5.js"></script> | ||
<script language="javascript" type="text/javascript" src="../../lib/p5.serialport.js"></script> | ||
<script language="javascript" type="text/javascript" src="sketch.js"></script> | ||
<style> body {padding: 0; margin: 0;} </style> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="../libraries/p5.js" | ||
></script> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="../../lib/p5.serialport.js" | ||
></script> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="sketch.js" | ||
></script> | ||
<style> | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
</style> | ||
</head> | ||
<body></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<script language="javascript" type="text/javascript" src="p5.js"></script> | ||
<script language="javascript" type="text/javascript" src="../../lib/p5.serialport.js"></script> | ||
<script language="javascript" type="text/javascript" src="sketch.js"></script> | ||
<style> body {padding: 0; margin: 0;} </style> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="../libraries/p5.js" | ||
></script> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="../../lib/p5.serialport.js" | ||
></script> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="sketch.js" | ||
></script> | ||
<style> | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
</style> | ||
</head> | ||
<body></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta charset="UTF-8" /> | ||
<title>echo2</title> | ||
<script src="libraries/p5.js" type="text/javascript"></script> | ||
|
||
<script src="libraries/p5.dom.js" type="text/javascript"></script> | ||
<script src="libraries/p5.sound.js" type="text/javascript"></script> | ||
<script language="javascript" type="text/javascript" src="../../lib/p5.serialport.js"></script> | ||
<script src="../libraries/p5.js" type="text/javascript"></script> | ||
<script src="../libraries/p5.sound.js" type="text/javascript"></script> | ||
<script | ||
language="javascript" | ||
type="text/javascript" | ||
src="../../lib/p5.serialport.js" | ||
></script> | ||
|
||
<script src="sketch.js" type="text/javascript"></script> | ||
|
||
<style> body {padding: 0; margin: 0;} canvas {vertical-align: top;} </style> | ||
<style> | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
canvas { | ||
vertical-align: top; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
</body> | ||
<body></body> | ||
</html> |
Oops, something went wrong.