Skip to content

Commit

Permalink
Ultratronics Pro SPI pins (#19444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Sep 19, 2020
1 parent af8f9f7 commit 98bcb25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Marlin/src/pins/sam/pins_ULTRATRONICS_PRO.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

/**
* ReprapWorld ULTRATRONICS v1.0
* https://reprapworld.com/documentation/datasheet_ultratronics10_05.pdf
*/

#ifndef ARDUINO_ARCH_SAM
Expand Down Expand Up @@ -146,6 +147,10 @@
#define SPI_EEPROM2_CS -1
#define SPI_FLASH_CS -1

#define SCK_PIN 76
#define MISO_PIN 74
#define MOSI_PIN 75

// SPI for Max6675 or Max31855 Thermocouple
#define MAX6675_SS_PIN 65
#define MAX31855_SS0 65
Expand Down

0 comments on commit 98bcb25

Please sign in to comment.