Skip to content

Commit

Permalink
docs: Expand BL Touch explanation of Pin config
Browse files Browse the repository at this point in the history
Stating why the pullup is needed might help people who found wrong examples
in the internet for probe configuration.

Signed-off-by: Patrick Gerken <[email protected]>
  • Loading branch information
do3cc committed Oct 29, 2024
1 parent faa89be commit 690ac7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/BLTouch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ the BL-Touch documentation or your MCU documentation. Using the
original wiring, the yellow wire from the triple is the `control_pin`
and the white wire from the pair is the `sensor_pin`. You need to
configure these pins according to your wiring. Most BL-Touch devices
require a pullup on the sensor pin (prefix the pin name with "^"). For
example:
are configured to use an open drain output. They require a pullup resistor
on the sensor pin (prefix the pin name with "^") to work reliably. For example:

```
[bltouch]
Expand Down

0 comments on commit 690ac7b

Please sign in to comment.