Greetings, new to this great forum.
Recently buy adafruit logshield, i got it working nicely with Fat16.h
But when i test it with 5V ready Micro-SD Breakout board+, i cant get the card detected
And try using SDFat library, and loading SdFatInfo. And got in the serial:
- Code: Select all
type any character to start
init time: 8
Card type: SD2
Manufacturer ID: 3
OEM ID: SD
Product: SU128
Version: 8.0
Serial number: 397207312
Manufacturing date: 5/2007
cardSize: 246016 (512 byte blocks)
flashEraseSize: 32 blocks
eraseSingleBlock: true
part,boot,type,start,length
1,0,6,97,245919
2,0,0,0,0
3,0,0,0,0
4,0,0,0,0
Volume is FAT16
blocksPerCluster: 32
clusterCount: 7682
fatStartBlock: 98
fatCount: 2
blocksPerFat: 31
rootDirStart: 160
dataStartBlock: 192
type any character to start
My question is, how can i change from Fat16 library without change everything ?
I mean, i wish using the same sketch with my logshield and my sd-card breakout board (plus DS1307 RTC breakout).
Thanks in advance, i will digging with google again
