Ver código fonte

Fix status functions in AudioPlaySdRaw

dds
PaulStoffregen 11 anos atrás
pai
commit
28ee2f1789
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      play_sd_raw.h

+ 2
- 2
play_sd_raw.h Ver arquivo

private: private:
File rawfile; File rawfile;
uint32_t file_size; uint32_t file_size;
uint32_t file_offset;
bool playing;
volatile uint32_t file_offset;
volatile bool playing;
}; };


#endif #endif

Carregando…
Cancelar
Salvar