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.
Dependencies: BLE_API mbed-dev nRF51822
Diff: main.cpp
- Revision:
- 25:094df0d9e95b
- Parent:
- 23:b31957ce64e9
- Child:
- 26:78ee13f69ec3
--- a/main.cpp Mon Aug 22 17:37:20 2016 +0000 +++ b/main.cpp Mon Aug 22 17:40:43 2016 +0000 @@ -220,6 +220,8 @@ // (pulled-up and two MCP23017 is configured with open drain INT) InterruptIn buttonInt(P0_5); +Timeout timeout; + // Unsed pins. Set to output for power consumption DigitalIn unused_p0_4(P0_4, PullUp); DigitalIn unused_p0_7(P0_7, PullUp);