micropython/drivers/sdcard
Jeremy Herbert 4f0f3dfb41 drivers/sdcard: Raise exception on timeout of readinto.
Otherwise the code can get stuck in an infinite loop if the SD card fails
to respond to a read.
2019-11-06 11:34:02 +11:00
..
sdcard.py drivers/sdcard: Raise exception on timeout of readinto. 2019-11-06 11:34:02 +11:00
sdtest.py drivers/sdcard: In test use os.umount and machine module instead of pyb. 2018-09-20 16:09:28 +10:00