소스 검색

add comment to look into thread safety in SD WAV play()

dds
PaulStoffregen 10 년 전
부모
커밋
677c072ca1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      play_sd_wav.cpp

+ 1
- 0
play_sd_wav.cpp 파일 보기

@@ -59,6 +59,7 @@ void AudioPlaySdWav::begin(void)
bool AudioPlaySdWav::play(const char *filename)
{
stop();
// TODO: SD.open probably needs to be done with the audio interrupt disabled...
wavfile = SD.open(filename);
if (!wavfile) return false;
buffer_length = 0;

Loading…
취소
저장