We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45df706 commit b46ead8Copy full SHA for b46ead8
settings.h
@@ -137,7 +137,7 @@ e-mail : support@circuitsathome.com
137
#define USING_SPI4TEENSY3 0
138
#endif
139
140
-#if (defined(ARDUINO_SAM_DUE) && defined(__SAM3X8E__)) || ARDUINO >= 158
+#if ((defined(ARDUINO_SAM_DUE) && defined(__SAM3X8E__)) || ARDUINO >= 158) && !USING_SPI4TEENSY3
141
#include <SPI.h> // Use the Arduino SPI library for the Arduino Due or if the SPI library with transaction is available
142
143
0 commit comments