Vybhav Kadaba / Mbed OS EV-PRO-MW1001_v8225

Files at this revision

API Documentation at this revision

Comitter:
Vkadaba
Date:
Fri Mar 06 06:28:02 2020 +0000
Parent:
40:bc626b6918d0
Commit message:
spi speed set to 700KHz

Changed in this revision

common/platform.h Show annotated file Show diff for this revision Revisions of this file
--- a/common/platform.h	Thu Nov 21 13:37:24 2019 +0000
+++ b/common/platform.h	Fri Mar 06 06:28:02 2020 +0000
@@ -81,7 +81,7 @@
             .misoPin    = PLATFORM_SPI_MISO,        \
             .sckPin     = PLATFORM_SPI_SCK,         \
             .csPin      = PLATFORM_SPI_CS,          \
-            .maxSpeedHz = 1600000,                  \
+            .maxSpeedHz = 700000,                  \
         },                                          \
         .gpio = {                                   \
             .resetPin     = PLATFORM_GPIO_RESET,    \