8000
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.
2 parents 4421ef8 + 5d5e15b commit c9ba075Copy full SHA for c9ba075
examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
@@ -164,7 +164,7 @@ void pulse(int pin, int times);
164
165
#define SPI_MODE0 0x00
166
167
-#if !defined(ARDUINO_API_VERSION) // A SPISettings class is declared by ArduinoCore-API
+#if !defined(ARDUINO_API_VERSION) || ARDUINO_API_VERSION != 10001 // A SPISettings class is declared by ArduinoCore-API 1.0.1
168
class SPISettings {
169
public:
170
// clock is in Hz
0 commit comments