added comments

This commit is contained in:
Sam
2023-10-19 21:25:36 +02:00
parent c7ea4f75c7
commit 1f1610c6f4

View File

@@ -36,7 +36,7 @@ async function readLoop() {
for (let iByte = 0; iByte < value.length; iByte++) { for (let iByte = 0; iByte < value.length; iByte++) {
let singleByte = value[iByte]; let singleByte = value[iByte];
//functie maken er van met boolean!!!
if (singleByte != 10) { if (singleByte != 10) {
buffer.push(singleByte); buffer.push(singleByte);
} }
@@ -104,3 +104,5 @@ function plotly(graph, dataArray){
line: {color: '#80CAF6'} line: {color: '#80CAF6'}
}]); }]);
} }
//eigen library maken voor serial