Update endstops.md

This commit is contained in:
Paul Guenette
2021-11-20 13:52:47 -05:00
committed by GitHub
parent 828f14f8a0
commit 78ee58873c
+1 -1
View File
@@ -59,7 +59,7 @@ The GPIOs that are used for the endstops need to be configured according to the
Assuming your endstop is connected to GPIO X:
- Configuration 1, 2: `<odrv>.config.gpioX_mode = GPIO_MODE_DIGITAL_PULL_DOWN`
- Configuration 3, 4: `<odrv>.config.gpioX_mode = GPIO_MODE_DIGITAL_PULL_DOWN`
- Configuration 3, 4: `<odrv>.config.gpioX_mode = GPIO_MODE_DIGITAL_PULL_UP`
![Endstop configuration](Endstop_configuration.png)