created scripts
This commit is contained in:
7
web/js-ts/serial.js
Normal file
7
web/js-ts/serial.js
Normal file
@@ -0,0 +1,7 @@
|
||||
let port;
|
||||
|
||||
function setup() {
|
||||
port = createSerial();
|
||||
port.open(9600);
|
||||
|
||||
}
|
Reference in New Issue
Block a user