Skip to content
Snippets Groups Projects
Commit bcd039aa authored by Grogyan's avatar Grogyan
Browse files

Update pins.h

parent 82606354
No related branches found
No related tags found
No related merge requests found
...@@ -823,9 +823,9 @@ ...@@ -823,9 +823,9 @@
#ifndef SDSUPPORT #ifndef SDSUPPORT
// these pins are defined in the SD library if building with SD support // these pins are defined in the SD library if building with SD support
#define MAX_SCK_PIN 52 #define SCK_PIN 52
#define MAX_MISO_PIN 50 #define MISO_PIN 50
#define MAX_MOSI_PIN 51 #define MOSI_PIN 51
#define MAX6675_SS 53 #define MAX6675_SS 53
#else #else
#define MAX6675_SS 49 #define MAX6675_SS 49
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment