The builtin micropython SD card driver using the default micropython SPI implementation suffered from very low read speeds. Add an optimized SD card driver using rp2 PIO and DMA. Currently read only, write support to be added later. Signed-off-by: Matthias Blankertz <matthias@blankertz.org>