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 fdd44a1 commit 8b9ae7cCopy full SHA for 8b9ae7c
examples/SendData.cpp
@@ -84,7 +84,6 @@ int main(int argc, char *argv[]) {
84
// send data forever
85
std::cout << "Now sending data... " << std::endl;
86
for (unsigned t = 0;; t++) {
87
-
88
// Create random data for the first 8 channels.
89
for (int c = 0; c < 8; c++) sample[c] = (float)((rand() % 1500) / 500.0 - 1.5);
90
// For the remaining channels, fill them with a sample counter (wraps at 1M).
0 commit comments