aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorXiaoK <xiaok@zxkxz.cn>2025-03-30 09:53:52 +0800
committerGitHub <noreply@github.com>2025-03-29 21:53:52 -0400
commit52617455ce0cdd745e7d130be3e4fad6d903f261 (patch)
tree623800e633db6062b382f111ae05c9edfd0104c1 /docs/Config_Reference.md
parentd679f711ebec3c802407b8d82be416e44df21f21 (diff)
downloadkutter-52617455ce0cdd745e7d130be3e4fad6d903f261.tar.gz
kutter-52617455ce0cdd745e7d130be3e4fad6d903f261.tar.xz
kutter-52617455ce0cdd745e7d130be3e4fad6d903f261.zip
ldc_1612: Supports configurable external crystal frequency (#6734)
You can use the 40Mhz crystal oscillator recommended by TI official manual to get the best performance. refer to: [ldc1612.pdf](https://www.ti.com/cn/lit/ds/symlink/ldc1612.pdf) 7.3.4 Signed-off-by: Xiaokui Zhao <xiaok@zxkxzk.cn>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 86067475..37c00a57 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -2065,6 +2065,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.
+#frequency:
+# The external crystal frequency (in Hz) of the LDC1612 chip.
+# The default is 12000000.
#intb_pin:
# MCU gpio pin connected to the ldc1612 sensor's INTB pin (if
# available). The default is to not use the INTB pin.