Support MJPEG Video

Dependencies:   sd-driver-hs

Fork of SDBlockDevice_GR_PEACH by Daiki Kato

Files at this revision

API Documentation at this revision

Comitter:
zkimike
Date:
Wed Nov 01 20:56:18 2017 +0000
Parent:
1:98b088c91edd
Commit message:
Increase SDSHC frequency

Changed in this revision

SDBlockDevice_GR_PEACH.h Show annotated file Show diff for this revision Revisions of this file
--- 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;
     }
 
     /**