Skip to content

Change variant RemRam for final design (v1.3) #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions variants/REMRAM_V1/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extern "C"
PE_1, // D8 - EXT_D5

// SPI
PB_2, // D9 - SS_SD
PB_2, // D9 - SS_SDLCD
PC_4, // D10 - SS_E
PA_7, // D11 - MOSI
PA_6, // D12 - MISO
Expand Down Expand Up @@ -120,7 +120,9 @@ extern "C"
PC_14, // D54 - BTN_EN1
PC_15, // D55 - BTN_EN2
PC_13, // D56 - SD_CARD_DET
PE_6, // D57 - KILL_PIN

// SD Card Reader
PE_7, // D57 - SS_SD

// Endstops
PB_12, // D58 - X_MIN
Expand Down
6 changes: 4 additions & 2 deletions variants/REMRAM_V1/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ extern "C"
PE1, // D8 - EXT_D5

// SPI
PB2, // D9 - SS_SD
PB2, // D9 - SS_SDLCD
PC4, // D10 - SS_E
PA7, // D11 - MOSI
PA6, // D12 - MISO
Expand Down Expand Up @@ -130,7 +130,9 @@ extern "C"
PC14, // D54 - BTN_EN1
PC15, // D55 - BTN_EN2
PC13, // D56 - SD_CARD_DET
PE6, // D57 - KILL_PIN

// SD Card Reader
PE7, // D57 - SS_SD

// Endstops
PB12, // D58 - X_MIN
Expand Down