SD - Open more than one file?

Frank B

Senior Member
Is there any way to open more than one file on SD?
I spent some time to make some MP3 codecs work parallel.. then noticed that SD.h does not support more than one open file. Is there any way around?
 
oh, I stand corrected.
It's actually working. I guess my code has a problem elsewhere.

By the way, the ReadWrite demo says
Code:
  // open the file. note that only one file can be open at a time,
  // so you have to close this one before opening another.
 
Back
Top