Support MJPEG Video

Dependencies:   sd-driver-hs

Fork of SDBlockDevice_GR_PEACH by Daiki Kato

Revision:
2:92f4e0620788
Parent:
1:98b088c91edd
--- a/SDBlockDevice_GR_PEACH.h	Thu Mar 23 08:34:43 2017 +0000
+++ b/SDBlockDevice_GR_PEACH.h	Wed Nov 01 20:56:18 2017 +0000
@@ -16,7 +16,7 @@
     */
     SDBlockDevice_GR_PEACH() : SDBlockDevice(P8_5, P8_6, P8_3, P8_4), _sd_cd(P7_8), _connect(false) {
         // Set SPI clock rate to 20MHz for data transfer
-        _transfer_sck = 20000000;
+        _transfer_sck = 30000000;
     }
 
     /**