greiman / SdFat-beta

Beta SdFat for test of new features
MIT License
167 stars 61 forks source link

how do i open a lfn file and read its contents? #8

Closed geetee24 closed 8 years ago

geetee24 commented 8 years ago

Despite me reading so much of the docs, i cannot find this info?

Can you help me?

Thanks.

greiman commented 8 years ago

Look at almost any SdFat example.

This example opens "test.txt" which is a long file name since it is lower case. You can replace "test.txt" with another name with up to 255 upper/lower case characters.

https://github.com/greiman/SdFat/tree/master/SdFat/examples/ReadWriteSdFat

You should use SdFat, not SdFat-beta at this time since it is newer as of July 2016.

geetee24 commented 8 years ago

Sdfat? where do i get that ?

greiman commented 8 years ago

https://github.com/greiman/SdFat