This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix status functions in AudioPlaySdRaw
dds
PaulStoffregen
11 years ago
parent
33ad99be10
commit
28ee2f1789
1 changed files
with
2 additions
and
2 deletions
Unified View
Show Diff Stats
+2
-2
play_sd_raw.h
+ 2
- 2
play_sd_raw.h
View File
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
Write
Preview
Loading…
Cancel
Save