Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

SimpleSDAudio

147 Byte hinzugefügt, 21:40, 29. Jun. 2012
/* dir() */
<pre>void dir(void (*callback)(char *));</pre>
Output the directory of the SD card. A pointer to a callback
function must be provided. The callback function is called once for every file found in the root directory of the card. The strings contain zero-termination but no linefeeds.
Usage example:
1.954
Bearbeitungen