subeen

kcc 논문 추가

...@@ -32,7 +32,7 @@ void loop() { ...@@ -32,7 +32,7 @@ void loop() {
32 Serial.println(sum); 32 Serial.println(sum);
33 delayMicroseconds(805); 33 delayMicroseconds(805);
34 //analogWrite(DAC1, sum); 34 //analogWrite(DAC1, sum);
35 - if(millis()>10000 + setUpTime){ 35 + if(millis()>15000 + setUpTime){
36 Serial.println("Recording end"); 36 Serial.println("Recording end");
37 logfile.close(); 37 logfile.close();
38 while(1){} 38 while(1){}
......
...@@ -43,7 +43,7 @@ void setup() { ...@@ -43,7 +43,7 @@ void setup() {
43 43
44 void loop() { 44 void loop() {
45 // open wave file from sdcard 45 // open wave file from sdcard
46 - File myFile = SD.open("test.wav"); 46 + File myFile = SD.open("steel.wav");
47 if (!myFile) { 47 if (!myFile) {
48 // if the file didn't open, print an error and stop 48 // if the file didn't open, print an error and stop
49 Serial.println("error opening test.wav"); 49 Serial.println("error opening test.wav");
......
No preview for this file type