Showing
4 changed files
with
2 additions
and
2 deletions
... | @@ -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"); | ... | ... |
문서/SNS에서 촉감 경험의 공유를 위한 촉감 레코더 및 렌더러 .pdf
0 → 100644
No preview for this file type
문서/면담확인서/5월면담확인서.hwp
0 → 100644
No preview for this file type
-
Please register or login to post a comment