Move SD Fat library out of main src

This commit is contained in:
odewdney
2015-01-13 13:31:55 +00:00
parent 9d9c859ac1
commit f84ff4ba7d
17 changed files with 64 additions and 116 deletions

View File

@ -54,3 +54,8 @@
#if defined(DIGIPOT_I2C)
#include <Wire.h>
#endif
#if defined(HEATER_0_USES_MAX6675) || defined(SDSUPPORT)
#include <Sd2Card.h>
#endif

View File

@ -34,8 +34,9 @@
#include "temperature.h"
#include "watchdog.h"
#include "Sd2PinMap.h"
#ifdef HEATER_0_USES_MAX6675
//#include <Sd2PinMap.h>
#endif
//===========================================================================
//=============================public variables============================