Here you can share you great ideas about hardware innovation. Here you can enjoy more professional and specialized services, Here is a platform for you to make a difference!
/** * \struct fpos_i3t * \brief internal type for istream * do not use in user apps */ struct fpos_i3t { /** stream position */ uint32_t position; /** cluster for position */ uint32_t cluster; fpos_i3t() : position(0 ...
This is because you are using one of the latest release of Arduino IDE. Firmware is written to be compiled with v1.0.1
You can just rename "fpos_t" to "fpos_i3t" in these 2 files:
SdBaseFile.cpp
SdBaseFile.h
This is because you are using one of the latest release of Arduino IDE. Firmware is written to be compiled with v1.0.1
I'm quite sure you are running Arduino 1.6.xx release. If it is the case, you can just rename "fpos_t" to "fpos_i3t" in these 2 files: SdBaseFile.cpp SdBaseFile.h