Ultratronics Pro SPI pins (#19444)
This commit is contained in:
parent
af8f9f790a
commit
98bcb25fd4
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* ReprapWorld ULTRATRONICS v1.0
|
* ReprapWorld ULTRATRONICS v1.0
|
||||||
|
* https://reprapworld.com/documentation/datasheet_ultratronics10_05.pdf
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ARDUINO_ARCH_SAM
|
#ifndef ARDUINO_ARCH_SAM
|
||||||
@ -146,6 +147,10 @@
|
|||||||
#define SPI_EEPROM2_CS -1
|
#define SPI_EEPROM2_CS -1
|
||||||
#define SPI_FLASH_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
|
// SPI for Max6675 or Max31855 Thermocouple
|
||||||
#define MAX6675_SS_PIN 65
|
#define MAX6675_SS_PIN 65
|
||||||
#define MAX31855_SS0 65
|
#define MAX31855_SS0 65
|
||||||
|
Loading…
Reference in New Issue
Block a user