diff options
author | Wulfsta <wulfstawulfsta@gmail.com> | 2024-10-21 21:15:19 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2024-11-12 19:50:48 -0500 |
commit | 2af8d3f1d0d836126cc3447b6530a0107dabf772 (patch) | |
tree | e24f7b1d25cb7f36fcb89209bcaa53e3cf1ac1c8 | |
parent | 6631275ab6fd4b0a71d8b906368a6d1e7e309293 (diff) | |
download | kutter-2af8d3f1d0d836126cc3447b6530a0107dabf772.tar.gz kutter-2af8d3f1d0d836126cc3447b6530a0107dabf772.tar.xz kutter-2af8d3f1d0d836126cc3447b6530a0107dabf772.zip |
config: Add lis3dh to Duet3D 1LC sample config
Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com>
-rw-r--r-- | config/sample-duet3-1lc.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/sample-duet3-1lc.cfg b/config/sample-duet3-1lc.cfg index 298c6faf..ef7e4042 100644 --- a/config/sample-duet3-1lc.cfg +++ b/config/sample-duet3-1lc.cfg @@ -77,5 +77,14 @@ heater_temp: 50.0 pin: toolboard:PA9 z_offset: 20 +[samd_sercom sercom_i2c] +sercom: sercom1 +tx_pin: toolboard:PA16 +clk_pin: toolboard:PA17 + +[lis3dh] +i2c_mcu: toolboard +i2c_bus: sercom1 + [mcu toolboard] canbus_uuid: 4b194673554e |