Hello,
I need some help. I am almost finished with a "lean" Fat16 lib version
only to read files.
Because I want to specify the file-name towards the lib (so he selects
the right file), I have started with this. But this does not work.
Somebody any sugestions.
Lib-procedure:
Procedure Fat16_OpenFile(byte in FilenameReq[8]) is
Main program:
var byte FilenameReq[8]="SOUND00A"
FAT16_OpenFile(FilenameReq)
--
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en.