Skip to content
Snippets Groups Projects
Commit 4e58f938 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Onboard SD for MKS Robin

In response to #9771
parent 2d98bb39
No related branches found
No related tags found
No related merge requests found
......@@ -124,5 +124,18 @@
#define FSMC_CS_PIN PG12 // NE4
#define FSMC_RS_PIN PF0 // A0
#define SD_DETECT_PIN PF12
#define SDSS -1
//
// Custom SPI pins
//
#define SCK_PIN PC12
#define MISO_PIN PC8
#define MOSI_PIN PD2
#define SS_PIN -1
//
// Onboard SD Card
//
#define ONBOARD_SD_CS PC11
#define SDSS PD2
#define SD_DETECT_PIN -1 // PF12
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment