We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71cdcc commit 4cabf6aCopy full SHA for 4cabf6a
libraries/MySensors/examples/GatewayW5100MQTTClient/GatewayW5100MQTTClient.ino
@@ -57,7 +57,6 @@
57
* Make sure to fill in your ssid and WiFi password below for ssid & pass.
58
*/
59
60
-#include <EEPROM.h>
61
#include <SPI.h>
62
63
// Enable debug prints to serial monitor
@@ -82,7 +81,7 @@
82
81
// Enable Soft SPI for NRF radio (note different radio wiring is required)
83
// The W5100 ethernet module seems to have a hard time co-operate with
84
// radio on the same spi bus.
85
-#if !defined(MY_W5100_SPI_EN)
+#if !defined(MY_W5100_SPI_EN) && !defined(ARDUINO_ARCH_SAMD)
86
#define MY_SOFTSPI
87
#define MY_SOFT_SPI_SCK_PIN 14
88
#define MY_SOFT_SPI_MISO_PIN 16
0 commit comments