Have purchased a new MicroSD Shield. It won’t compile. The compiler complains with:
"In file included from SF_Micro_SD.cpp:12:
C:_Development\arduino-1.0.1\libraries\SdFat/SdFat.h:294: error: conflicting return type specified for ‘virtual void SdFile::write(uint8_t)’
C:_Development\arduino-1.0.1\hardware\arduino\cores\arduino/Print.h:48: error: overriding ‘virtual size_t Print::write(uint8_t)’
The sketch I’m trying to compile is the Example Sketch found on the Sparkfun MicroSD Shield Document page.
Any suggestions?