We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d367a commit fb2e0a0Copy full SHA for fb2e0a0
libraries/MySensors/examples/GatewayW5100/GatewayW5100.ino
@@ -57,7 +57,7 @@
57
// Enable Soft SPI for NRF radio (note different radio wiring is required)
58
// The W5100 ethernet module seems to have a hard time co-operate with
59
// radio on the same spi bus.
60
-#if !defined(MY_W5100_SPI_EN)
+#if !defined(MY_W5100_SPI_EN) && !defined(ARDUINO_ARCH_SAMD)
61
#define MY_SOFTSPI
62
#define MY_SOFT_SPI_SCK_PIN 14
63
#define MY_SOFT_SPI_MISO_PIN 16
0 commit comments