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 f7a565d commit ef06410Copy full SHA for ef06410
hardware/arduino/sam/libraries/SPI/SPI.h
@@ -15,6 +15,10 @@
15
#include "variant.h"
16
#include <stdio.h>
17
18
+// SPI_HAS_TRANSACTION means SPI has beginTransaction(), endTransaction(),
19
+// usingInterrupt(), and SPISetting(clock, bitOrder, dataMode)
20
+#define SPI_HAS_TRANSACTION 1
21
+
22
#define SPI_MODE0 0x02
23
#define SPI_MODE1 0x00
24
#define SPI_MODE2 0x03
0 commit comments