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 d093ec4 commit e103cabCopy full SHA for e103cab
examples/Noise/Noise.ino
@@ -2,6 +2,8 @@
2
using namespace stk;
3
4
void setup() {
5
+ Serial.setup(115200);
6
+
7
StkFloat output;
8
Noise noise;
9
for ( unsigned int i=0; i<20; i++ ) {
0 commit comments