Onboard (always-on) pullups support (#16144)

This commit is contained in:
ManuelMcLure
2019-12-12 13:49:14 -08:00
committed by Scott Lahteine
parent ae3504594c
commit b065a60dd0
3 changed files with 10 additions and 7 deletions

View File

@ -53,6 +53,8 @@
#define Z_MAX_PIN P1_25 // Z_MIN
#endif
#define ONBOARD_ENDSTOPPULLUPS // Board has built-in pullups
//
// Servos
//

View File

@ -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