Commit 1ed4c464 authored by MagoKimbra's avatar MagoKimbra

Fix #73

parent 3e7df4a6
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
#include "language.h" #include "language.h"
#include "conditionals.h" #include "conditionals.h"
#include "sanitycheck.h" #include "sanitycheck.h"
#include "thermistortables.h"
#include "comunication.h" #include "comunication.h"
......
...@@ -2355,7 +2355,7 @@ ...@@ -2355,7 +2355,7 @@
#define ORIG_E1_ENABLE_PIN 30 #define ORIG_E1_ENABLE_PIN 30
#define SDPOWER -1 #define SDPOWER -1
#define SDSS 10 // 10 if using HW SPI. 53 if using SW SPI #define SDSS 53 // 10 if using HW SPI. 53 if using SW SPI
#define LED_PIN 13 #define LED_PIN 13
#define ORIG_FAN_PIN 9 #define ORIG_FAN_PIN 9
#define PS_ON_PIN 12 #define PS_ON_PIN 12
...@@ -5126,12 +5126,12 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a ...@@ -5126,12 +5126,12 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define MISO_PIN 74 #define MISO_PIN 74
#define SCK_PIN 76 #define SCK_PIN 76
#define SS_PIN 77 #define SS_PIN 77
//#define DUE_SOFTWARE_SPI
#else #else
#define DUE_SOFTWARE_SPI #define DUE_SOFTWARE_SPI
#define MOSI_PIN 51 #define MOSI_PIN 51
#define MISO_PIN 50 #define MISO_PIN 50
#define SCK_PIN 52 #define SCK_PIN 52
#define SS_PIN SDSS
#endif #endif
/****************************************************************************************/ /****************************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment