Browse Source

Add RESET_PIN to pins_RAMPS_SMART.h

Scott Lahteine 7 years ago
parent
commit
6f8e228880
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/pins/pins_RAMPS_SMART.h

+ 2
- 0
Marlin/src/pins/pins_RAMPS_SMART.h View File

64
 #define I2C_EEPROM
64
 #define I2C_EEPROM
65
 #define E2END 0xFFF
65
 #define E2END 0xFFF
66
 
66
 
67
+#define RESET_PIN          42   // Resets the board if the jumper is attached
68
+
67
 //
69
 //
68
 // Temperature Sensors
70
 // Temperature Sensors
69
 //
71
 //

Loading…
Cancel
Save