Procházet zdrojové kódy

Add SPI_ATOMIC_VERSION symbol

main
PaulStoffregen před 10 roky
rodič
revize
e3f07329a5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      SPI.h

+ 1
- 0
SPI.h Zobrazit soubor

@@ -18,6 +18,7 @@
// SPI_HAS_TRANSACTION means SPI has beginTransaction(), endTransaction(),
// usingInterrupt(), and SPISetting(clock, bitOrder, dataMode)
#define SPI_HAS_TRANSACTION 1
#define SPI_ATOMIC_VERSION 1

// Uncomment this line to add detection of mismatched begin/end transactions.
// A mismatch occurs if other libraries fail to use SPI.endTransaction() for

Načítá se…
Zrušit
Uložit