The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
mbed 2
This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.
platform/sleep.h@169:a7c7b631e539, 2018-06-22 (annotated)
- Committer:
- Anna Bridge
- Date:
- Fri Jun 22 15:38:59 2018 +0100
- Revision:
- 169:a7c7b631e539
- Parent:
- 165:d1b4690b3f8b
mbed library. Release version 162
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
<> | 138:093f2bd7b9eb | 1 | /* |
<> | 138:093f2bd7b9eb | 2 | * Copyright (c) 2015-2016, ARM Limited, All Rights Reserved |
<> | 138:093f2bd7b9eb | 3 | * SPDX-License-Identifier: Apache-2.0 |
<> | 138:093f2bd7b9eb | 4 | * |
<> | 138:093f2bd7b9eb | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may |
<> | 138:093f2bd7b9eb | 6 | * not use this file except in compliance with the License. |
<> | 138:093f2bd7b9eb | 7 | * You may obtain a copy of the License at |
<> | 138:093f2bd7b9eb | 8 | * |
<> | 138:093f2bd7b9eb | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
<> | 138:093f2bd7b9eb | 10 | * |
<> | 138:093f2bd7b9eb | 11 | * Unless required by applicable law or agreed to in writing, software |
<> | 138:093f2bd7b9eb | 12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
<> | 138:093f2bd7b9eb | 13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
<> | 138:093f2bd7b9eb | 14 | * See the License for the specific language governing permissions and |
<> | 138:093f2bd7b9eb | 15 | * limitations under the License. |
<> | 138:093f2bd7b9eb | 16 | */ |
<> | 138:093f2bd7b9eb | 17 | |
<> | 138:093f2bd7b9eb | 18 | #ifndef MBED_OLD_SLEEP_H |
<> | 138:093f2bd7b9eb | 19 | #define MBED_OLD_SLEEP_H |
<> | 138:093f2bd7b9eb | 20 | |
AnnaBridge | 165:d1b4690b3f8b | 21 | #warning sleep.h has been replaced by mbed_power_mgmt.h, please update to mbed_power_mgmt.h [since mbed-os-5.8] |
AnnaBridge | 165:d1b4690b3f8b | 22 | #include "platform/mbed_power_mgmt.h" |
<> | 138:093f2bd7b9eb | 23 | |
<> | 138:093f2bd7b9eb | 24 | #endif |