Vybhav Kadaba / Mbed OS EV-PRO-MW1001_test2

Files at this revision

API Documentation at this revision

Comitter:
Vkadaba
Date:
Fri Mar 06 07:01:25 2020 +0000
Parent:
50:d84305e5e1c0
Commit message:
spi speed changed 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	Mon Feb 17 11:23:39 2020 +0000
+++ b/common/platform.h	Fri Mar 06 07:01:25 2020 +0000
@@ -83,7 +83,7 @@
             .sckPin     = PLATFORM_SPI_SCK,         \
             .csPin      = PLATFORM_SPI_CS,          \
             .wakeupPin  = PLATFORM_SPI_WAKEUP,       \
-            .maxSpeedHz = 1000000,                  \
+            .maxSpeedHz = 700000,                  \
         },                                          \
         .gpio = {                                   \
             .resetPin     = PLATFORM_GPIO_RESET,    \