Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: common/platform.h
- Revision:
- 51:e013f4d2fb9a
- Parent:
- 48:5731f1aa2c5a
--- a/common/platform.h Mon Feb 17 11:23:39 2020 +0000
+++ b/common/platform.h Fri Mar 06 17:03:18 2020 +0000
@@ -54,7 +54,6 @@
# define PLATFORM_SPI_MISO D12
# define PLATFORM_SPI_SCK D13
# define PLATFORM_SPI_CS D10
-# define PLATFORM_SPI_WAKEUP D8
# define PLATFORM_GPIO_RESET D6
# define PLATFORM_GPIO_ALERT_ERROR D3
# define PLATFORM_GPIO_DATAREADY D4
@@ -82,8 +81,7 @@
.misoPin = PLATFORM_SPI_MISO, \
.sckPin = PLATFORM_SPI_SCK, \
.csPin = PLATFORM_SPI_CS, \
- .wakeupPin = PLATFORM_SPI_WAKEUP, \
- .maxSpeedHz = 1000000, \
+ .maxSpeedHz = 700000, \
}, \
.gpio = { \
.resetPin = PLATFORM_GPIO_RESET, \