diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-05-03 11:17:28 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-05-21 20:16:31 -0400 |
commit | 04c562941c65c0f62f39179c0c2cf4f580c6960f (patch) | |
tree | de2966185614fdccb7be73ed8600bff722f48f3f /docs | |
parent | cb6cce3934bb37cd17d845b16640413b093bbe45 (diff) | |
download | kutter-04c562941c65c0f62f39179c0c2cf4f580c6960f.tar.gz kutter-04c562941c65c0f62f39179c0c2cf4f580c6960f.tar.xz kutter-04c562941c65c0f62f39179c0c2cf4f580c6960f.zip |
sensor_ldc1612: Add support for chips with INTB line routed to mcu
If the INTB line is available it can reduce the MCU load.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 1338d46f..6b42fe48 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2007,6 +2007,9 @@ Support for eddy current inductive probes. One may define this section sensor_type: ldc1612 # The sensor chip used to perform eddy current measurements. This # parameter must be provided and must be set to ldc1612. +#intb_pin: +# MCU gpio pin connected to the ldc1612 sensor's INTB pin (if +# available). The default is to not use the INTB pin. #z_offset: # The nominal distance (in mm) between the nozzle and bed that a # probing attempt should stop at. This parameter must be provided. |