We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f9517 commit 458c192Copy full SHA for 458c192
libraries/SPI/SPI.h
@@ -33,11 +33,6 @@
33
// SPI_HAS_NOTUSINGINTERRUPT means that SPI has notUsingInterrupt() method
34
#define SPI_HAS_NOTUSINGINTERRUPT 1
35
36
-#define SPI_MODE0 0x02
37
-#define SPI_MODE1 0x00
38
-#define SPI_MODE2 0x03
39
-#define SPI_MODE3 0x01
40
-
41
#if defined(ARDUINO_ARCH_SAMD)
42
// The datasheet specifies a typical SPI SCK period (tSCK) of 42 ns,
43
// see "Table 36-48. SPI Timing Characteristics and Requirements",
0 commit comments