Update pins_STEVAL.h

This commit is contained in:
Scott Lahteine 2019-07-21 21:24:37 -05:00
parent dca0c3d02a
commit f96d2a5b4a

View file

@ -35,9 +35,9 @@
// //
// Limit Switches // Limit Switches
// //
#define X_MIN_PIN 38 // PD8 X_STOP #define X_MIN_PIN 38 // PD8 X_STOP
#define X_MAX_PIN -1 #define X_MAX_PIN -1
#define Y_MIN_PIN 39 // PD9 Y_STOP #define Y_MIN_PIN 39 // PD9 Y_STOP
#define Y_MAX_PIN -1 #define Y_MAX_PIN -1
#define Z_MIN_PIN 40 // PD10 Z_STOP #define Z_MIN_PIN 40 // PD10 Z_STOP
#define Z_MAX_PIN -1 #define Z_MAX_PIN -1