added comments
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
@@ -103,4 +103,6 @@ function plotly(graph, dataArray){
|
|||||||
mode: 'lines',
|
mode: 'lines',
|
||||||
line: {color: '#80CAF6'}
|
line: {color: '#80CAF6'}
|
||||||
}]);
|
}]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//eigen library maken voor serial
|
Reference in New Issue
Block a user