WaveHC - FatReader - ls(flags,indent) (Troubles)

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
Chris125
 
Posts: 1
Joined: Sun Jan 27, 2013 1:16 am

WaveHC - FatReader - ls(flags,indent) (Troubles)

Post by Chris125 »

I've been playing with the wave shield and I'd like to look at file information, using the ls() function if you will...
I noticed the flags passed are LS_R, LS_SIZE, LS_DATE, LS_FLAG_FRAGMENTED, typically.
however certain flags only work in the "SD" library or the "Wave" library aka fatreader.h/ccp.
the fatreader header comments the date flag, but then defines the fragmented file flag.....???
What mods need to be made so all four flags will work using the file.ls(LS_R | LS_SIZE |LS_DATE | LS_FLAG_FRAGMENTED, indent) will
work for the FatReader.h include?
newbee to all this stuff, excuse my terminalogy....thanks

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”