* <http://www.gnu.org/licenses/>.\r
*/\r
#include "Marlin.h"\r
+\r
+#ifdef SDSUPPORT\r
#include "Sd2Card.h"\r
//------------------------------------------------------------------------------\r
#ifndef SOFTWARE_SPI\r
chipSelectHigh();\r
return false;\r
}\r
+\r
+\r
+#endif
\ No newline at end of file
* along with the Arduino Sd2Card Library. If not, see\r
* <http://www.gnu.org/licenses/>.\r
*/\r
+\r
+#include "Marlin.h"\r
+#ifdef SDSUPPORT\r
+\r
#ifndef Sd2Card_h\r
#define Sd2Card_h\r
/**\r
bool writeData(uint8_t token, const uint8_t* src);\r
};\r
#endif // Sd2Card_h\r
+\r
+\r
+#endif
\ No newline at end of file
* <http://www.gnu.org/licenses/>.\r
*/\r
// Warning this file was generated by a program.\r
+#include "Marlin.h"\r
+#ifdef SDSUPPORT\r
+\r
#ifndef Sd2PinMap_h\r
#define Sd2PinMap_h\r
#include <avr/io.h>\r
}\r
}\r
#endif // Sd2PinMap_h\r
+\r
+\r
+#endif
\ No newline at end of file
*/
#define SERIAL MSerial
+
+#include "Marlin.h"
+#ifdef SDSUPPORT
+
#include "SdBaseFile.h"
//------------------------------------------------------------------------------
// pointer to cwd directory
#if ALLOW_DEPRECATED_FUNCTIONS && !defined(DOXYGEN)
void (*SdBaseFile::oldDateTime_)(uint16_t& date, uint16_t& time) = 0; // NOLINT
#endif // ALLOW_DEPRECATED_FUNCTIONS
+
+
+#endif
\ No newline at end of file
* along with the Arduino SdFat Library. If not, see
* <http://www.gnu.org/licenses/>.
*/
+#include "Marlin.h"
+#ifdef SDSUPPORT
+
#ifndef SdBaseFile_h
#define SdBaseFile_h
/**
};
#endif // SdBaseFile_h
+#endif
\ No newline at end of file
* \file
* \brief configuration definitions
*/
+#include "Marlin.h"
+#ifdef SDSUPPORT
+
#ifndef SdFatConfig_h
#define SdFatConfig_h
#include <stdint.h>
*/
#define USE_CXA_PURE_VIRTUAL 1
#endif // SdFatConfig_h
+
+
+#endif
\ No newline at end of file
* along with the Arduino SdFat Library. If not, see
* <http://www.gnu.org/licenses/>.
*/
+#include "Marlin.h"
+#ifdef SDSUPPORT
+
#ifndef SdFatStructs_h
#define SdFatStructs_h
/**
return (dir->attributes & DIR_ATT_VOLUME_ID) == 0;
}
#endif // SdFatStructs_h
+
+
+#endif
\ No newline at end of file
* <http://www.gnu.org/licenses/>.
*/
#include "Marlin.h"
+
+#ifdef SDSUPPORT
#include "SdFatUtil.h"
//------------------------------------------------------------------------------
void SdFatUtil::SerialPrintln_P(PGM_P str) {
println_P( str);
}
+#endif
* along with the Arduino SdFat Library. If not, see\r
* <http://www.gnu.org/licenses/>.\r
*/\r
+#include "Marlin.h"\r
+#ifdef SDSUPPORT\r
+\r
#ifndef SdFatUtil_h\r
#define SdFatUtil_h\r
/**\r
\r
using namespace SdFatUtil; // NOLINT\r
#endif // #define SdFatUtil_h\r
+\r
+\r
+#endif
\ No newline at end of file
* <http://www.gnu.org/licenses/>.\r
*/\r
#include "Marlin.h"\r
+\r
+#ifdef SDSUPPORT\r
#include "SdFile.h"\r
/** Create a file object and open it in the current working directory.\r
*\r
write_P(str);\r
write_P(PSTR("\r\n"));\r
}\r
+\r
+\r
+#endif
\ No newline at end of file
* \brief SdFile class
*/
#include "Marlin.h"
+
+#ifdef SDSUPPORT
#include "SdBaseFile.h"
#include <Print.h>
#ifndef SdFile_h
void writeln_P(PGM_P str);
};
#endif // SdFile_h
+
+
+#endif
\ No newline at end of file
* along with the Arduino Sd2Card Library. If not, see\r
* <http://www.gnu.org/licenses/>.\r
*/\r
+#include "Marlin.h"\r
+#ifdef SDSUPPORT\r
+\r
#ifndef SdInfo_h\r
#define SdInfo_h\r
#include <stdint.h>\r
csd2_t v2;\r
};\r
#endif // SdInfo_h\r
+\r
+#endif
\ No newline at end of file
* along with the Arduino SdFat Library. If not, see\r
* <http://www.gnu.org/licenses/>.\r
*/\r
+#include "Marlin.h"\r
+#ifdef SDSUPPORT\r
+\r
#include "SdVolume.h"\r
//------------------------------------------------------------------------------\r
#if !USE_MULTIPLE_CARDS\r
fail:\r
return false;\r
}\r
+#endif
\ No newline at end of file
* along with the Arduino SdFat Library. If not, see
* <http://www.gnu.org/licenses/>.
*/
+#include "Marlin.h"
+#ifdef SDSUPPORT
#ifndef SdVolume_h
#define SdVolume_h
/**
#endif // ALLOW_DEPRECATED_FUNCTIONS
};
#endif // SdVolume
+#endif
\ No newline at end of file