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 75b20fe commit 3672244Copy full SHA for 3672244
libraries/SPI/src/SPI.h
@@ -23,17 +23,6 @@
23
#include <Arduino.h>
24
#include "ap3_iomaster.h"
25
26
-// Give a warning if the variant did not define these symbols:
27
-#ifndef MOSI
28
-#warning "variant has no definition for pin number 'MOSI'"
29
-#endif // MOSI
30
-#ifndef MISO
31
-#warning "variant has no definition for pin number 'MISO'"
32
-#endif // MISO
33
-#ifndef SCK
34
-#warning "variant has no definition for pin number 'SCK'"
35
-#endif // SCK
36
-
37
// SPI_HAS_TRANSACTION means SPI has
38
// - beginTransaction()
39
// - endTransaction()
0 commit comments