Dodan serial library

kegel
Jurij Podgoršek 2024-06-16 18:27:25 +02:00
parent 5e402c1168
commit b898c51bb5
3 changed files with 670 additions and 1244 deletions

1910
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,9 @@
"midi": "^2.0.0",
"nodemon": "^2.0.12",
"nouislider": "14.6.2",
"osc": "^2.4.2",
"osc": "^2.4.4",
"pm2": "^5.1.0",
"serialport": "^12.0.0",
"three": "0.135.0",
"ws": "^7.3.1"
},

View File

@ -24,6 +24,7 @@ const BAUDRATE = 115200
require('serialport')
const express = require('express')
const http = require('http')
const WebSocket = require('ws')