added script

This commit is contained in:
sam
2023-09-27 23:25:55 +02:00
parent cf9cf656ff
commit f0971bcac4

View File

@@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css.css"> <link rel="stylesheet" href="css.css">
<title>Weerstation</title> <title>Weerstation</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.js"></script>
<script src="https://unpkg.com/@gohai/p5.webserial@^1/libraries/p5.webserial.js"></script>
<script src="js-ts/serialv2.js"> </script>
</head> </head>
<nav> <nav>
@@ -16,9 +19,5 @@
</nav> </nav>
<body> <body>
<button id="connectButton">Connect</button>
<textarea id="output" rows="10" cols="40" readonly></textarea>
<script src="serialviewer.js"></script>
</body> </body>
</html> </html>