created scripts

This commit is contained in:
sam
2023-09-27 23:26:43 +02:00
parent d41abf7222
commit 1220d1810c
2 changed files with 54 additions and 0 deletions

7
web/js-ts/serial.js Normal file
View File

@@ -0,0 +1,7 @@
let port;
function setup() {
port = createSerial();
port.open(9600);
}