Änderungen
Aus Hackerspace Ffm
/* 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: