pins_Einsy_1_0.h 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /*****************************************************************
  2. * EINSY Rambo 1.0a Pin Assignments
  3. ******************************************************************/
  4. #define ELECTRONICS "EINSy_10a"
  5. #define KNOWN_BOARD
  6. #ifndef __AVR_ATmega2560__
  7. #error Oops! Make sure you have 'Arduino Mega 2560 or Rambo' selected from the 'Tools -> Boards' menu.
  8. #endif
  9. #define TMC2130
  10. #define UVLO_SUPPORT
  11. #define AMBIENT_THERMISTOR
  12. #define PINDA_THERMISTOR
  13. #define SWI2C // enable software i2c
  14. #define SWI2C_A8 // 8bit address functions
  15. #define PAT9125_SWI2C
  16. #define PAT9125_SWI2C_SDA 20 //SDA on P3
  17. #define PAT9125_SWI2C_SCL 21 //SCL on P3
  18. #define PAT9125_SWI2C_CFG 0xb1 //2us clock delay, 2048 cycles timeout
  19. //#define PAT9125_HWI2C
  20. #define X_TMC2130_CS 41
  21. #define X_TMC2130_DIAG 64 // !!! changed from 40 (EINY03)
  22. #define X_STEP_PIN 37
  23. #define X_DIR_PIN 49
  24. #define X_MIN_PIN 12
  25. //#define X_MAX_PIN 30
  26. //#define X_MIN_PIN X_TMC2130_DIAG
  27. #define X_MAX_PIN X_TMC2130_DIAG
  28. #define X_ENABLE_PIN 29
  29. #define X_MS1_PIN -1
  30. #define X_MS2_PIN -1
  31. #define Y_TMC2130_CS 39
  32. #define Y_TMC2130_DIAG 69
  33. #define Y_STEP_PIN 36
  34. #define Y_DIR_PIN 48
  35. #define Y_MIN_PIN 11
  36. //#define Y_MAX_PIN 24
  37. //#define Y_MIN_PIN Y_TMC2130_DIAG
  38. #define Y_MAX_PIN Y_TMC2130_DIAG
  39. #define Y_ENABLE_PIN 28
  40. #define Y_MS1_PIN -1
  41. #define Y_MS2_PIN -1
  42. #define Z_TMC2130_CS 67
  43. #define Z_TMC2130_DIAG 68
  44. #define Z_STEP_PIN 35
  45. #define Z_DIR_PIN 47
  46. #define Z_MIN_PIN 10
  47. #define Z_MAX_PIN 23
  48. //#define Z_MAX_PIN Z_TMC2130_DIAG
  49. #define Z_ENABLE_PIN 27
  50. #define Z_MS1_PIN -1
  51. #define Z_MS2_PIN -1
  52. #define HEATER_BED_PIN 4 //PG5
  53. #define TEMP_BED_PIN 2 //A2
  54. #define HEATER_0_PIN 3 //PE5
  55. #define TEMP_0_PIN 0 //A0
  56. #define HEATER_1_PIN -1
  57. #define TEMP_1_PIN 1 //A1
  58. #define HEATER_2_PIN -1
  59. #define TEMP_2_PIN -1
  60. #define TEMP_AMBIENT_PIN 6 //A6
  61. #define TEMP_PINDA_PIN 3 //A3
  62. #define VOLT_PWR_PIN 4 //A4
  63. #define VOLT_BED_PIN 9 //A9
  64. #define E0_TMC2130_CS 66
  65. #define E0_TMC2130_DIAG 65
  66. #define E0_STEP_PIN 34
  67. #define E0_DIR_PIN 43
  68. #define E0_ENABLE_PIN 26
  69. #define E0_MS1_PIN -1
  70. #define E0_MS2_PIN -1
  71. #define MOTOR_CURRENT_PWM_XY_PIN 46
  72. #define MOTOR_CURRENT_PWM_Z_PIN 45
  73. #define MOTOR_CURRENT_PWM_E_PIN 44
  74. #define SDPOWER -1
  75. #define SDSS 77
  76. #define LED_PIN 13
  77. #define FAN_PIN 6
  78. #define FAN_1_PIN -1
  79. #define PS_ON_PIN -1
  80. #define KILL_PIN -1 // 80 with Smart Controller LCD
  81. #define SUICIDE_PIN -1 // PIN that has to be turned on right after start, to keep power flowing.
  82. #ifdef ULTRA_LCD
  83. //#define KILL_PIN 32
  84. #ifdef NEWPANEL
  85. //#define LCD_PWM_PIN -1//32 // lcd backlight brightnes pwm control pin
  86. //#define LCD_PWM_MAX 0x0f // lcd pwm maximum value (0x07=64Hz, 0x0f=32Hz, 0x1f=16Hz)
  87. #define BEEPER 84 // Beeper on AUX-4
  88. #define LCD_PINS_RS 82
  89. #define LCD_PINS_ENABLE 61 // !!! changed from 18 (EINY03)
  90. #define LCD_PINS_D4 59 // !!! changed from 19 (EINY03)
  91. #define LCD_PINS_D5 70
  92. #define LCD_PINS_D6 85
  93. #define LCD_PINS_D7 71
  94. //buttons are directly attached using AUX-2
  95. #define BTN_EN1 72
  96. #define BTN_EN2 14
  97. #define BTN_ENC 9 // the click
  98. #define SDCARDDETECT 15
  99. #define TACH_0 79 // !!! changed from 81 (EINY03)
  100. #define TACH_1 80
  101. #endif //NEWPANEL
  102. #endif //ULTRA_LCD
  103. // Support for an 8 bit logic analyzer, for example the Saleae.
  104. // Channels 0-2 are fast, they could generate 2.667Mhz waveform with a software loop.
  105. #define LOGIC_ANALYZER_CH0 X_MIN_PIN // PB6
  106. #define LOGIC_ANALYZER_CH1 Y_MIN_PIN // PB5
  107. #define LOGIC_ANALYZER_CH2 53 // PB0 (PROC_nCS)
  108. // Channels 3-7 are slow, they could generate
  109. // 0.889Mhz waveform with a software loop and interrupt locking,
  110. // 1.333MHz waveform without interrupt locking.
  111. #define LOGIC_ANALYZER_CH3 73 // PJ3
  112. // PK0 has no Arduino digital pin assigned, so we set it directly.
  113. #define WRITE_LOGIC_ANALYZER_CH4(value) if (value) PORTK |= (1 << 0); else PORTK &= ~(1 << 0) // PK0
  114. #define LOGIC_ANALYZER_CH5 16 // PH0 (RXD2)
  115. #define LOGIC_ANALYZER_CH6 17 // PH1 (TXD2)
  116. #define LOGIC_ANALYZER_CH7 76 // PJ5
  117. #define LOGIC_ANALYZER_CH0_ENABLE SET_OUTPUT(LOGIC_ANALYZER_CH0)
  118. #define LOGIC_ANALYZER_CH1_ENABLE SET_OUTPUT(LOGIC_ANALYZER_CH1)
  119. #define LOGIC_ANALYZER_CH2_ENABLE SET_OUTPUT(LOGIC_ANALYZER_CH2)
  120. #define LOGIC_ANALYZER_CH3_ENABLE SET_OUTPUT(LOGIC_ANALYZER_CH3)
  121. #define LOGIC_ANALYZER_CH4_ENABLE do { DDRK |= 1 << 0; } while (0)
  122. #define LOGIC_ANALYZER_CH5_ENABLE do { cbi(UCSR2B, TXEN2); cbi(UCSR2B, RXEN2); cbi(UCSR2B, RXCIE2); SET_OUTPUT(LOGIC_ANALYZER_CH5); } while (0)
  123. #define LOGIC_ANALYZER_CH6_ENABLE do { cbi(UCSR2B, TXEN2); cbi(UCSR2B, RXEN2); cbi(UCSR2B, RXCIE2); SET_OUTPUT(LOGIC_ANALYZER_CH6); } while (0)
  124. #define LOGIC_ANALYZER_CH7_ENABLE SET_OUTPUT(LOGIC_ANALYZER_CH7)