Hello,
My program is to big(22.5Kb) so I can't use the arduino SD.h library and i want to try fat16.h.
I downloaded the "Smaller FAT16 only library for Arduino" from here GitHub - greiman/Fat16: Smaller FAT16 only library for Arduino but i get compilation error for the example files (fat16write,fat16read,fat16AnalogLogger...).
I`m using Arduino 1.0.6 and an arduino uno bord with this type https://s15.postimg.org/kfxyhv23f/microsd_breakout_board.jpg of SD card reader.
2GB uSD card formated FAT16.
i get this compilation error:
fat16write.ino: In function 'void setup()':
fat16write:50: error: 'class SdCard' has no member named 'begin'
What can i do to resolve the compilation problem?