mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 22:54:10 -06:00
atsamd: Use enumerations for buses and reserve pins
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
7e8ecfe177
commit
bc9fd03dab
9 changed files with 37 additions and 32 deletions
|
@ -795,7 +795,7 @@
|
|||
# SERCOM available. Each SERCOM must be configured prior to using it as
|
||||
# SPI or I2C peripheral. Place this config section above any other section
|
||||
# that makes use of SPI or I2C buses.
|
||||
#[samd_sercom 0]
|
||||
#[samd_sercom sercom0]
|
||||
#tx_pin:
|
||||
# MOSI pin for SPI communication, or SDA (data) pin for I2C
|
||||
# communication. The pin must have a valid pinmux configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue