You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samd/machine_xyz.c: Rework the I2C, SPI, UART Pin arg handling.
- Simplify the I2C Pin check.
- For UART and SPI move setting of the default Pins to the constructor.
This is needed since uart.init() and spi.init() must not change
the Pin assignment if not specified, but must change it if told so.
Signed-off-by: robert-hh <robert@hammelrath.com>
0 commit comments