mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
This commit changes the method of waiting for SPI being not busy. Instead of the FIFO size, the TransferBusyFlag is probed. Also, raise an error if the transfer failed.