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 d724825 commit 01f100fCopy full SHA for 01f100f
libraries/SPI/src/SPI.h
@@ -10,10 +10,6 @@
10
#include "core-api/api/HardwareSPI.h"
11
#include "drivers/SPI.h"
12
13
-// SPI_HAS_TRANSACTION means SPI has beginTransaction(), endTransaction(),
14
-// usingInterrupt(), and SPISetting(clock, bitOrder, dataMode)
15
-#define SPI_HAS_TRANSACTION 1
16
-
17
namespace arduino {
18
19
class MbedSPI : public SPIClass
0 commit comments