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++) {
let singleByte = value[iByte];
//functie maken er van met boolean!!!
if (singleByte != 10) {
buffer.push(singleByte);
}
@@ -103,4 +103,6 @@ function plotly(graph, dataArray){
mode: 'lines',
line: {color: '#80CAF6'}
}]);
}
}
//eigen library maken voor serial