Merge pull request #1357 from odewdney/SDlib

Move Sd library out into library
This commit is contained in:
Bo Herrmannsen
2015-01-15 10:56:07 +01:00
18 changed files with 67 additions and 116 deletions

View File

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