We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1422f45 commit 29f5315Copy full SHA for 29f5315
src/CodeDebugScope.cpp
@@ -44,14 +44,15 @@
44
#include "CodeDebugScope.h"
45
#include <Streaming.h>
46
47
+/*
48
template <class T> // easy printing multiple variables with separator ','
49
// example: Serial << endl << a, b, c;
50
inline Print &operator,(Print &stream, const T arg) {
51
stream.print(" ");
52
stream.print(arg);
53
return stream;
54
}
-
55
+*/
56
void SWscope::start(byte _channels, int _preSamples,
57
unsigned int _recordLenght) {
58
ptr = samples = triggerPtr = preSamples = triggered = 0;
0 commit comments