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.

Committer:
AnnaBridge
Date:
Wed Feb 20 20:53:29 2019 +0000
Revision:
172:65be27845400
Parent:
165:d1b4690b3f8b
mbed library release version 165

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AnnaBridge 165:d1b4690b3f8b 1 /*
AnnaBridge 165:d1b4690b3f8b 2 * Copyright (c) 2018, ARM Limited, All Rights Reserved
AnnaBridge 165:d1b4690b3f8b 3 * SPDX-License-Identifier: Apache-2.0
AnnaBridge 156:ff21514d8981 4 *
AnnaBridge 165:d1b4690b3f8b 5 * Licensed under the Apache License, Version 2.0 (the "License"); you may
AnnaBridge 165:d1b4690b3f8b 6 * not use this file except in compliance with the License.
AnnaBridge 156:ff21514d8981 7 * You may obtain a copy of the License at
AnnaBridge 156:ff21514d8981 8 *
AnnaBridge 165:d1b4690b3f8b 9 * http://www.apache.org/licenses/LICENSE-2.0
AnnaBridge 156:ff21514d8981 10 *
AnnaBridge 156:ff21514d8981 11 * Unless required by applicable law or agreed to in writing, software
AnnaBridge 165:d1b4690b3f8b 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
AnnaBridge 165:d1b4690b3f8b 13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
AnnaBridge 156:ff21514d8981 14 * See the License for the specific language governing permissions and
AnnaBridge 156:ff21514d8981 15 * limitations under the License.
AnnaBridge 156:ff21514d8981 16 */
AnnaBridge 165:d1b4690b3f8b 17 #ifndef MBED_MBED_SLEEP_H
AnnaBridge 165:d1b4690b3f8b 18 #define MBED_MBED_SLEEP_H
AnnaBridge 156:ff21514d8981 19
AnnaBridge 165:d1b4690b3f8b 20 #warning mbed_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 21 #include "platform/mbed_power_mgmt.h"
AnnaBridge 156:ff21514d8981 22
AnnaBridge 156:ff21514d8981 23 #endif