Onboard (always-on) pullups support (#16144)
This commit is contained in:
committed by
Scott Lahteine
parent
ae3504594c
commit
b065a60dd0
@ -53,6 +53,8 @@
|
||||
#define Z_MAX_PIN P1_25 // Z_MIN
|
||||
#endif
|
||||
|
||||
#define ONBOARD_ENDSTOPPULLUPS // Board has built-in pullups
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
|
@ -59,6 +59,7 @@
|
||||
#define Y_MAX_PIN P1_27 // (15) 10k pullup to 3.3V, 1K series
|
||||
#define Z_MIN_PIN P1_29 // (18) 10k pullup to 3.3V, 1K series
|
||||
#define Z_MAX_PIN P1_28 // (19) 10k pullup to 3.3V, 1K series
|
||||
#define ONBOARD_ENDSTOPPULLUPS // Board has built-in pullups
|
||||
|
||||
//
|
||||
// Steppers
|
||||
|
Reference in New Issue
Block a user