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:
 - 48:5731f1aa2c5a
 - Parent:
 - 45:f5f553b8c0d5
 - Child:
 - 51:393e1e7ae860
 
--- a/common/platform.h	Thu Feb 06 00:29:29 2020 +0000
+++ b/common/platform.h	Thu Feb 06 11:01:37 2020 +0000
@@ -54,6 +54,7 @@
 #    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
@@ -81,6 +82,7 @@
             .misoPin    = PLATFORM_SPI_MISO,        \
             .sckPin     = PLATFORM_SPI_SCK,         \
             .csPin      = PLATFORM_SPI_CS,          \
+            .wakeupPin  = PLATFORM_SPI_WAKEUP,       \
             .maxSpeedHz = 1000000,                  \
         },                                          \
         .gpio = {                                   \