We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bbc0b2 + e5e99d5 commit 2c47f5cCopy full SHA for 2c47f5c
src/PN532_SPI.cpp
@@ -21,6 +21,7 @@ void PN532_SPI::begin()
21
22
_spi->begin();
23
_spi->beginTransaction(SPISettings(1000000, LSBFIRST, SPI_MODE0));
24
+ _spi->endTransaction();
25
#if defined(ARDUINO_XIAO_RA4M1) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_RP2350)
26
#else
27
// _spi->setDataMode(SPI_MODE0); // PN532 only supports mode0
0 commit comments