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:f4ee8b27e600
- Parent:
- 48:5731f1aa2c5a
- Child:
- 52:b41685be0ee4
--- a/common/platform.h Mon Feb 17 11:23:39 2020 +0000 +++ b/common/platform.h Fri Mar 06 07:00:50 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 = 1600000, \ }, \ .gpio = { \ .resetPin = PLATFORM_GPIO_RESET, \