I moved the
SPI.setClockDivider(SPI_CLOCK_DIVIDER_ADJUST);
and
SPI.setDataMode(SPI_MODE0);
to the initializing and it improved a bit. Still quite slow
I moved the
SPI.setClockDivider(SPI_CLOCK_DIVIDER_ADJUST);
and
SPI.setDataMode(SPI_MODE0);
to the initializing and it improved a bit. Still quite slow