Skip to content

Commit e103cab

Browse files
committed
Arduino Support
1 parent d093ec4 commit e103cab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Noise/Noise.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
using namespace stk;
33

44
void setup() {
5+
Serial.setup(115200);
6+
57
StkFloat output;
68
Noise noise;
79
for ( unsigned int i=0; i<20; i++ ) {

0 commit comments

Comments
 (0)