This commit is contained in:
Sam
2023-10-02 12:05:22 +02:00
parent b7be959f83
commit f2e51dee81
4 changed files with 1 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
let port;
async function bwa() {
async function start() {
port = createSerial();
port.open(9600);